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