ConnectionARead(Int32) Method
|
Reads maxBytesToRead of the available data from the connection.
Namespace: Zebra.Sdk.CommAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
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 Int32
- number of bytes to read
Return Value
Bytethe bytes read from the connection
Exceptions Remarks This call is non-blocking.
See Also