enum

Matter::Cluster::Definitions::GeneralDiagnostics::RadioFault

Inherits Enum < Comparable < Value < Object

Constants

Unspecified = 0_u8

The Node has encountered an unspecified radio fault.

WiFiFault = 1_u8

The Node has encountered a fault with its Wi-Fi radio.

CellularFault = 2_u8

The Node has encountered a fault with its cellular radio.

ThreadFault = 3_u8

The Node has encountered a fault with its802.15.4 radio.

NfcFault = 4_u8

The Node has encountered a fault with its NFC radio.

BleFault = 5_u8

The Node has encountered a fault with its BLE radio.

EthernetFault = 6_u8

The Node has encountered a fault with its Ethernet controller.

Instance methods

ble_fault?

Returns true if this enum value equals BleFault

Source
cellular_fault?

Returns true if this enum value equals CellularFault

Source
ethernet_fault?

Returns true if this enum value equals EthernetFault

Source
nfc_fault?

Returns true if this enum value equals NfcFault

Source
thread_fault?

Returns true if this enum value equals ThreadFault

Source
unspecified?

Returns true if this enum value equals Unspecified

Source
wi_fi_fault?

Returns true if this enum value equals WiFiFault

Source