struct
Matter::Cluster::Definitions::BasicInformation::Events::StartUp
- Matter::Cluster::Definitions::BasicInformation::Events::StartUp
- Struct
- Value
- Object
Overview
Body of the BasicInformation startUp event
Included Modules
- TLV::Serializable
Defined in:
matter/cluster/definitions/basic_information.crConstructors
Class Method Summary
- .from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian)
- .from_slice(bytes : Bytes)
- .from_tlv(any : TLV::Any)
- .from_tlv(data : Bytes)
Instance Method Summary
-
#software_version : UInt32
This field shall be set to the same value as the one available in the Software Version attribute of the Basic Information Cluster.
-
#software_version=(software_version : UInt32)
This field shall be set to the same value as the one available in the Software Version attribute of the Basic Information Cluster.
- #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
Class Method Detail
Instance Method Detail
def software_version : UInt32
#
This field shall be set to the same value as the one available in the Software Version attribute of the Basic Information Cluster.
def software_version=(software_version : UInt32)
#
This field shall be set to the same value as the one available in the Software Version attribute of the Basic Information Cluster.
def to_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
#