struct

Matter::Cluster::Definitions::DoorLock::GetWeekDayScheduleResponse

Inherits TLV::Serializable < Struct < Value < Object

Constructors

new(week_day_index : UInt8, user_index : UInt16, status_code : StatusCode, week_day : UInt8, start_hour : UInt8, start_minute : UInt8, end_hour : UInt8, end_minute : UInt8)
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

end_hour
Source
end_hour=(end_hour : UInt8)
Source
end_minute
Source
end_minute=(end_minute : UInt8)
Source
start_hour
Source
start_hour=(start_hour : UInt8)
Source
start_minute
Source
start_minute=(start_minute : UInt8)
Source
status_code
Source
status_code=(status_code : StatusCode)
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
user_index
Source
user_index=(user_index : UInt16)
Source
week_day
Source
week_day=(week_day : UInt8)
Source
week_day_index
Source
week_day_index=(week_day_index : UInt8)
Source