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