Click or drag to resize

DiscoveredPrinterBluetooth Constructor

Returns an instance of a DiscoveredPrinterBluetooth with macAddress.

Namespace: Zebra.Sdk.Printer.Discovery
Assembly: SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 4.0.3435
Syntax
public DiscoveredPrinterBluetooth(
	string macAddress,
	string friendlyName
)

Parameters

macAddress  String
MAC address of the printer.
friendlyName  String
Friendly name of the printer.
See Also