Click or drag to resize

BluetoothStatusConnection Constructor (String, Int32, Int32)

Constructs a new Bluetooth® connection with the givenmacAddress and timeout values.

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 BluetoothStatusConnection(
	string macAddress,
	int maxTimeoutForRead,
	int timeToWaitForMoreData
)

Parameters

macAddress
Type: SystemString
the device's MAC address.
maxTimeoutForRead
Type: SystemInt32
the maximum time, in milliseconds, to wait for any data to be received.
timeToWaitForMoreData
Type: SystemInt32
the maximum time, in milliseconds, to wait in-between reads after the initial read.
Remarks
The MAC address is a hexadecimal string with or without separators between the octets. (e.g. 00:11:BB:DD:55:FF or 0011BBDD55FF). This constructor will use the specified timeouts for Read.The timeout is a maximum of maxTimeoutForRead milliseconds for any data to be received.If no more data is available after timeToWaitForMoreData milliseconds the read operation is assumed to be complete.
See Also