DiscoveredPrinterBluetooth Constructor
|
Returns an instance of a DiscoveredPrinterBluetooth with macAddress.
Namespace: Zebra.Sdk.Printer.DiscoveryAssemblies: 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
)
Public Sub New (
macAddress As String,
friendlyName As String
)
public:
DiscoveredPrinterBluetooth(
String^ macAddress,
String^ friendlyName
)
Parameters
- macAddress String
- MAC address of the printer.
- friendlyName String
- Friendly name of the printer.
See Also