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