struct Matter::Cluster::GeneralCommissioningCluster::ArmFailSafeRequest

Overview

ArmFailSafe command request

Defined in:

matter/cluster/general_commissioning_cluster.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(expiry_length_seconds : UInt16, breadcrumb : UInt64, timeout_ms : UInt32 = 0_u32) #

[View source]

Instance Method Detail

def breadcrumb : UInt64 #

[View source]
def breadcrumb=(breadcrumb : UInt64) #

[View source]
def expiry_length_seconds : UInt16 #

[View source]
def expiry_length_seconds=(expiry_length_seconds : UInt16) #

[View source]
def timeout_ms : UInt32 #

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

[View source]