Click or drag to resize

DiscoveredPrinterBluetooth Constructor

Returns an instance of a DiscoveredPrinterBluetooth with macAddress.

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

Parameters

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