struct

Matter::Cluster::ViewSceneResponseTlv

Inherits TLV::Serializable < Struct < Value < Object

ViewScene response

Constructors

new(status : UInt8, group_id : UInt16, scene_id : UInt8, transition_time : UInt32 | Nil = nil, scene_name : String | Nil = nil, extension_field_sets : Array(ExtensionFieldSetTlv) | Nil = nil)
Source
new(any : TLV::Any)
Source

Class methods

from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian)
Source
from_slice(bytes : Bytes)
Source
from_tlv(any : TLV::Any)
Source
from_tlv(data : Bytes)
Source

Instance methods

extension_field_sets
Source
extension_field_sets=(extension_field_sets : Array(ExtensionFieldSetTlv) | Nil)
Source
group_id
Source
group_id=(group_id : UInt16)
Source
scene_id
Source
scene_id=(scene_id : UInt8)
Source
scene_name
Source
scene_name=(scene_name : String | Nil)
Source
status
Source
status=(status : UInt8)
Source
to_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian) : Nil
Source
to_slice
Source
to_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
Source
transition_time
Source
transition_time=(transition_time : UInt32 | Nil)
Source