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