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 virtual byte[] Read()
Public Overridable Function Read As Byte()
public:
virtual array<unsigned char>^ Read()
Return Value
ByteData read from the connection.
Implements
ConnectionReadExceptions See Also