MultichannelBluetoothConnection(String) Constructor
|
Initializes a new instance of the MultichannelBluetoothConnection class.
Namespace: Zebra.Sdk.CommAssemblies: ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 3.0.3271
SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 3.0.3271
Syntax public MultichannelBluetoothConnection(
string macAddress
)
Public Sub New (
macAddress As String
)
public:
MultichannelBluetoothConnection(
String^ macAddress
)
Parameters
- macAddress String
- 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