interface PacketCountsOrErrorCounts {
    resetCounts(): MaybePromise;
}

Methods

Methods

  • Reception of this command shall reset the following attributes to 0:

    • PacketRxCount

    • PacketTxCount

    • TxErrCount

    • CollisionCount

    • OverrunCount

    This command has no associated data.

    Returns MaybePromise

    MatterSpecification.v13.Core § 11.16.7.1