DriverPrinterConnectionRead Method
|
Reads all the available data from the connection. This call is non-blocking.
Namespace:
Zebra.Sdk.Comm
Assembly:
SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 2.15.2634
Syntax public override byte[] Read()
Public Overrides Function Read As Byte()
public:
virtual array<unsigned char>^ Read() override
Return Value
Type:
ByteData read from the connection.
Implements
ConnectionReadExceptions See Also