Click or drag to resize

DiscoveredPrinterBluetooth Constructor

Returns an instance of a DiscoveredPrinterBluetooth with macAddress.

Namespace:  Zebra.Sdk.Printer.Discovery
Assemblies:   SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 2.15.2634
  ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 2.15.2521
  ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 2.15.2521
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