PacketCountsComponent: {
    attributes: {
        packetRxCount: Attribute<number | bigint, any>;
        packetTxCount: Attribute<number | bigint, any>;
    };
}

A EthernetNetworkDiagnosticsCluster supports these elements if it supports feature PacketCounts.

Type declaration

  • Readonlyattributes: {
        packetRxCount: Attribute<number | bigint, any>;
        packetTxCount: Attribute<number | bigint, any>;
    }
    • ReadonlypacketRxCount: Attribute<number | bigint, any>

      The PacketRxCount attribute shall indicate the number of packets that have been received on the ethernet network interface. The PacketRxCount attribute shall be reset to 0 upon a reboot of the Node.

      MatterSpecification.v13.Core § 11.16.6.3

    • ReadonlypacketTxCount: Attribute<number | bigint, any>

      The PacketTxCount attribute shall indicate the number of packets that have been successfully transferred on the ethernet network interface. The PacketTxCount attribute shall be reset to 0 upon a reboot of the Node.

      MatterSpecification.v13.Core § 11.16.6.4