interface State {
    carrierDetect?: null | boolean;
    fullDuplex?: null | boolean;
    phyRate?: null | EthernetNetworkDiagnostics.PhyRate;
    timeSinceReset?: number | bigint;
}

Hierarchy

  • StateType
    • State

Properties

carrierDetect?: null | boolean

The CarrierDetect attribute shall indicate the value of the Carrier Detect control signal present on the ethernet network interface. A value of null shall indicate that the interface is not currently configured or operational.

MatterSpecification.v13.Core § 11.16.6.8

fullDuplex?: null | boolean

The FullDuplex attribute shall indicate if the Node is currently utilizing the full-duplex operating mode. A value of null shall indicate that the interface is not currently configured or operational.

MatterSpecification.v13.Core § 11.16.6.2

The PHYRate attribute shall indicate the current nominal, usable speed at the top of the physical layer of the Node. A value of null shall indicate that the interface is not currently configured or operational.

MatterSpecification.v13.Core § 11.16.6.1

timeSinceReset?: number | bigint

The TimeSinceReset attribute shall indicate the duration of time, in minutes, that it has been since the ethernet network interface has reset for any reason.

MatterSpecification.v13.Core § 11.16.6.9