Matter::Cluster::Definitions::OtaSoftwareUpdateRequestor::TlvAnnounceOtaProviderRequest
Inherits TLV::Serializable < Struct < Value < Object
Input to the OtaSoftwareUpdateRequestor announceOtaProvider command
Constructors
new(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
announcement_reason
Sourceannouncement_reason=(announcement_reason : AnnouncementReason)
Sourceendpoint
Sourceendpoint=(endpoint : DataType::EndpointNumber)
Sourcefabric_index
Sourcefabric_index=(fabric_index : DataType::FabricIndex)
Sourcemetadata_for_node
Sourcemetadata_for_node=(metadata_for_node : Slice(UInt8) | Nil)
Sourceprovider_node_id
Sourceprovider_node_id=(provider_node_id : DataType::NodeId)
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
Sourcevendor_id
Sourcevendor_id=(vendor_id : DataType::VendorId)
Source