MultichannelConnection.Read 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
SyntaxPublic Function Read As Byte()
public:
virtual array<unsigned char>^ Read() sealed
Return Value
Byte[]Data read from the connection.
Implements
Connection.Read()
Exceptions
See Also