Click or drag to resize

MultichannelBluetoothConnection Constructor (String)

Initializes a new instance of the MultichannelBluetoothConnection class.

Namespace:  Zebra.Sdk.Comm
Assemblies:   SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 2.15.2634
  ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 2.15.2521
Syntax
public MultichannelBluetoothConnection(
	string macAddress
)

Parameters

macAddress
Type: SystemString
The MAC Address of the Printer.
Remarks
This constructor will use the default timeouts for Read. The default timeout is a maximum of 5 seconds for any data to be received.If no more data is available after 500 milliseconds the read operation is assumed to be complete.
See Also