Initializes a new instance of the DiscoveredPrinterBluetooth class with macAddress.

Namespace:  ZSDK_API.Discovery
Assembly:  ZSDK_API (in ZSDK_API.dll) Version: 1.1.123.0

Syntax

C#
public DiscoveredPrinterBluetooth(
	string macAddress,
	string friendlyName
)
Visual Basic (Declaration)
Public Sub New ( _
	macAddress As String, _
	friendlyName As String _
)

Parameters

macAddress
Type: System..::.String
MAC address of the printer.
friendlyName
Type: System..::.String
Friendly name of the printer.

See Also