Matter::Cluster::Definitions::DoorLock::GetHolidayScheduleResponse
Inherits TLV::Serializable < Struct < Value < Object
Constructors
new(holiday_index : UInt8, status_code : StatusCode, local_start_time : UInt32, local_end_time : UInt32, operating_mode : OperatingMode)
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
holiday_index
Sourceholiday_index=(holiday_index : UInt8)
Sourcelocal_end_time
Sourcelocal_end_time=(local_end_time : UInt32)
Sourcelocal_start_time
Sourcelocal_start_time=(local_start_time : UInt32)
Sourceoperating_mode
Sourceoperating_mode=(operating_mode : OperatingMode)
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
Source