ConnectionWaitForData Method
|
Causes the currently executing thread to sleep until
BytesAvailable > 0, or for a maximum of
maxTimeout milliseconds.
Namespace:
Zebra.Sdk.Comm
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntax void WaitForData(
int maxTimeout
)
Sub WaitForData (
maxTimeout As Integer
)
void WaitForData(
int maxTimeout
)
Parameters
- maxTimeout
- Type: SystemInt32
The maximum time in milliseconds to wait for an initial response from the printer.
Exceptions See Also