struct Matter::Cluster::Definitions::GeneralDiagnostics::Events::HardwareFaultChange

Included Modules

Defined in:

matter/cluster/definitions/general_diagnostics.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : Slice(UInt8)) #

[View source]

Instance Method Detail

def current : Array(HardwareFault) #

This field shall represent the set of faults currently detected, as per Section 11.11.4.1, “HardwareFaultEnum”.


[View source]
def current=(current : Array(HardwareFault)) #

This field shall represent the set of faults currently detected, as per Section 11.11.4.1, “HardwareFaultEnum”.


[View source]
def previous : Array(HardwareFault) #

This field shall represent the set of faults detected prior to this change event, as per Section

11.11.4.1, “HardwareFaultEnum”.


[View source]
def previous=(previous : Array(HardwareFault)) #

This field shall represent the set of faults detected prior to this change event, as per Section

11.11.4.1, “HardwareFaultEnum”.


[View source]