Body of the ThreadNetworkDiagnostics networkFaultChange event

MatterSpecification.v13.Core § 11.14.8.1

interface NetworkFaultChangeEvent {
    current: ThreadNetworkDiagnostics.NetworkFault[];
    previous: ThreadNetworkDiagnostics.NetworkFault[];
}

Hierarchy (view full)

Properties

Properties

This field shall represent the set of faults currently detected, as per Section 11.14.5.1, “NetworkFaultEnum Type”.

MatterSpecification.v13.Core § 11.14.8.1.1

This field shall represent the set of faults detected prior to this change event, as per Section 11.14.5.1, “NetworkFaultEnum Type”.

MatterSpecification.v13.Core § 11.14.8.1.2