struct
Matter::Cluster::GetSceneMembershipResponse
- Matter::Cluster::GetSceneMembershipResponse
- Struct
- Value
- Object
Overview
GetSceneMembership response
Included Modules
- TLV::Serializable
Defined in:
matter/cluster/scenes_management_cluster.crConstructors
- .new(status : UInt8, group_id : UInt16, capacity : UInt8 | Nil = nil, scene_list : Array(UInt8) | Nil = nil)
- .new(any : TLV::Any)
Class Method Summary
- .from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian)
- .from_slice(bytes : Bytes)
- .from_tlv(any : TLV::Any)
Instance Method Summary
- #capacity : UInt8 | Nil
- #capacity=(capacity : UInt8 | Nil)
- #group_id : UInt16
- #group_id=(group_id : UInt16)
- #scene_list : Array(UInt8) | Nil
- #scene_list=(scene_list : Array(UInt8) | Nil)
- #status : UInt8
- #status=(status : UInt8)
- #to_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian) : Nil
- #to_slice : Bytes
- #to_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
Constructor Detail
def self.new(status : UInt8, group_id : UInt16, capacity : UInt8 | Nil = nil, scene_list : Array(UInt8) | Nil = nil)
#
Class Method Detail
Instance Method Detail
def to_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
#