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
)
Public Sub New (
macAddress As String,
friendlyName As String
)
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