UsbConnectionRead(Int32) Method
|
Reads up to maxBytesToRead into byte array
Namespace: Zebra.Sdk.CommAssembly: SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 4.0.3435
Syntaxpublic override byte[] Read(
int maxBytesToRead
)
Public Overrides Function Read (
maxBytesToRead As Integer
) As Byte()
public:
virtual array<unsigned char>^ Read(
int maxBytesToRead
) override
Parameters
- maxBytesToRead Int32
- The maximum number of bytes to read.
Return Value
Byte
RemarksPerforming reads using DriverPrinterConnection and UsbConnection concurrently could cause indeterminate reads.
See Also