Matter::Cluster::Definitions::OtaSoftwareUpdateProviderClient::QueryImageResponse
Inherits TLV::Serializable < Struct < Value < Object
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
delayed_action_time
Sourcedelayed_action_time=(delayed_action_time : UInt32 | Nil)
Sourceimage_uri
Sourceimage_uri=(image_uri : String | Nil)
Sourcemetadata_for_requestor
Sourcemetadata_for_requestor=(metadata_for_requestor : Slice(UInt8) | Nil)
Sourcesoftware_version
Sourcesoftware_version=(software_version : UInt32 | Nil)
Sourcesoftware_version_string
Sourcesoftware_version_string=(software_version_string : String | Nil)
Sourcestatus
Sourcestatus=(status : Status)
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
Sourceupdate_token
Sourceupdate_token=(update_token : Slice(UInt8) | Nil)
Sourceuser_consent_needed
Sourceuser_consent_needed=(user_consent_needed : Bool | Nil)
Source