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