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: 2.14.1869
Syntax
public DiscoveredPrinterBluetooth(
	string macAddress,
	string friendlyName
)

Parameters

macAddress
Type: SystemString
MAC address of the printer.
friendlyName
Type: SystemString
Friendly name of the printer.
See Also