MultichannelConnectionRead Method
|
Reads all the available data from the connection. This call is non-blocking.
Namespace: Zebra.Sdk.CommAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax Public Function Read As Byte()
public:
virtual array<unsigned char>^ Read() sealed
Return Value
ByteData read from the connection.
Implements
ConnectionReadExceptions See Also