struct
Matter::Cluster::GeneralCommissioningCluster::ArmFailSafeRequest
- Matter::Cluster::GeneralCommissioningCluster::ArmFailSafeRequest
- Struct
- Value
- Object
Overview
ArmFailSafe command request
Defined in:
matter/cluster/general_commissioning_cluster.crConstructors
Instance Method Summary
- #breadcrumb : UInt64
- #breadcrumb=(breadcrumb : UInt64)
- #expiry_length_seconds : UInt16
- #expiry_length_seconds=(expiry_length_seconds : UInt16)
- #timeout_ms : UInt32
- #timeout_ms=(timeout_ms : UInt32)
Constructor Detail
def self.new(expiry_length_seconds : UInt16, breadcrumb : UInt64, timeout_ms : UInt32 = 0_u32)
#