struct Matter::Cluster::Definitions::FaultInjection::FailAtFaultRequest

Overview

Input to the FaultInjection failAtFault command

Included Modules

Defined in:

matter/cluster/definitions/fault_injection.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def id : UInt32 #

[View source]
def id=(id : UInt32) #

[View source]
def number_of_calls_to_fail : UInt32 #

[View source]
def number_of_calls_to_fail=(number_of_calls_to_fail : UInt32) #

[View source]
def number_of_calls_to_skip : UInt32 #

[View source]
def number_of_calls_to_skip=(number_of_calls_to_skip : UInt32) #

[View source]
def take_mutex : Bool #

[View source]
def take_mutex=(take_mutex : Bool) #

[View source]
def type : FaultType #

[View source]
def type=(type : FaultType) #

[View source]