rxBytes property

int rxBytes

How many bytes have been received.

Implementation

int get rxBytes =>
    _object.getUint64Property(_statisticsDeviceInterfaceName, 'RxBytes') ?? 0;