Matter::Cluster::Definitions::OtaSoftwareUpdateProviderClient::QueryImageRequest
Inherits TLV::Serializable < Struct < Value < Object
Input to the OtaSoftwareUpdateProvider queryImage 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
hardware_version
Sourcehardware_version=(hardware_version : UInt16 | Nil)
Sourcelocation
Sourcelocation=(location : String | Nil)
Sourcemetadata_for_provider
Sourcemetadata_for_provider=(metadata_for_provider : Slice(UInt8) | Nil)
Sourceproduct_id
Sourceproduct_id=(product_id : UInt16)
Sourceprotocols_supported
Sourceprotocols_supported=(protocols_supported : Array(DownloadProtocol) | Nil)
Sourcerequestor_can_consent
Sourcerequestor_can_consent=(requestor_can_consent : Bool | Nil)
Sourcesoftware_version
Sourcesoftware_version=(software_version : UInt32)
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