mtu property

int mtu

The device MTU.

Implementation

int get mtu => _object.getUint32Property(_deviceInterfaceName, 'Mtu') ?? 0;