Matter::Cluster::Definitions::DoorLock::GetYearDayScheduleResponse
Inherits TLV::Serializable < Struct < Value < Object
Constructors
new(year_day_index : UInt8, user_index : UInt16, status_code : StatusCode, local_start_time : UInt32, local_end_time : UInt32)
Sourcenew(any : TLV::Any)
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
local_end_time
Sourcelocal_end_time=(local_end_time : UInt32)
Sourcelocal_start_time
Sourcelocal_start_time=(local_start_time : UInt32)
Sourcestatus_code
Sourcestatus_code=(status_code : StatusCode)
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
Sourceuser_index
Sourceuser_index=(user_index : UInt16)
Sourceyear_day_index
Sourceyear_day_index=(year_day_index : UInt8)
Source