UsbConnectionRead Method (Int32)
|
[Missing <summary> documentation for "M:Zebra.Sdk.Comm.UsbConnection.Read(System.Int32)"]
Namespace:
Zebra.Sdk.Comm
Assemblies:
SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 2.15.2634
ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 2.15.2521
Syntax public 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
- Type: SystemInt32
[Missing <param name="maxBytesToRead"/> documentation for "M:Zebra.Sdk.Comm.UsbConnection.Read(System.Int32)"]
Return Value
Type:
ByteSee Also