txBytes property

int txBytes

How many bytes have been transmitted.

Implementation

int get txBytes =>
    _object.getUint64Property(_statisticsDeviceInterfaceName, 'TxBytes') ?? 0;