Click or drag to resize

MultichannelBluetoothConnection Constructor (String)

Initializes a new instance of the MultichannelBluetoothConnection class.

Namespace:  Zebra.Sdk.Comm
Assembly:  SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1869
Syntax
public MultichannelBluetoothConnection(
	string macAddress
)

Parameters

macAddress
Type: SystemString
The MAC Address of the Printer.
Exceptions
ExceptionCondition
ConnectionExceptionUnsupported operating system.
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.
To specify timeouts other than the defaults, use:
MultichannelBluetoothConnection(String, Int32, Int32) or MultichannelBluetoothConnection(String, Int32, Int32, Int32, Int32).
See Also