Matter::Cluster::BasicInformationCluster::CapabilityMinimaStruct
Inherits TLV::Serializable < Struct < Value < Object
Capability Minima Structure
Constructors
new(any : TLV::Any)
Sourcenew(case_sessions_per_fabric : UInt16 = 3_u16, subscriptions_per_fabric : UInt16 = 3_u16)
SourceClass methods
from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian)
Sourcefrom_slice(bytes : Bytes)
Sourcefrom_tlv(any : TLV::Any)
Sourcefrom_tlv(data : Bytes)
SourceInstance methods
case_sessions_per_fabric
Sourcecase_sessions_per_fabric=(case_sessions_per_fabric : UInt16)
Sourcesubscriptions_per_fabric
Sourcesubscriptions_per_fabric=(subscriptions_per_fabric : UInt16)
Sourceto_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian) : Nil
Sourceto_slice
Sourceto_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
Source