getMaxTransceiveLength method

Future<int> getMaxTransceiveLength()
inherited

The largest payload transceive accepts, in bytes.

Implementation

Future<int> getMaxTransceiveLength() => androidApi.getMaxTransceiveLength(_handle, _tech);