ConnectionARead Method (Int32)
|
Reads maxBytesToRead of the available data from the connection.
Namespace:
Zebra.Sdk.Comm
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntax public virtual byte[] Read(
int maxBytesToRead
)
Public Overridable Function Read (
maxBytesToRead As Integer
) As Byte()
public:
virtual array<unsigned char>^ Read(
int maxBytesToRead
)
Parameters
- maxBytesToRead
- Type: SystemInt32
number of bytes to read
Return Value
Type:
Bytethe bytes read from the connection
Exceptions Remarks This call is non-blocking.
See Also