struct
Matter::Cluster::DiagnosticLogsCluster::RetrieveLogsRequest
- Matter::Cluster::DiagnosticLogsCluster::RetrieveLogsRequest
- Struct
- Value
- Object
Overview
Request struct for RetrieveLogsRequest command
Included Modules
- TLV::Serializable
Defined in:
matter/cluster/diagnostic_logs_cluster.crConstructors
Class Method Summary
- .from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian)
- .from_slice(bytes : Bytes)
- .from_tlv(any : TLV::Any)
Instance Method Summary
- #intent : UInt8
- #intent=(intent : UInt8)
- #requested_protocol : UInt8
- #requested_protocol=(requested_protocol : UInt8)
- #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
- #transfer_file_designator : String | Nil
- #transfer_file_designator=(transfer_file_designator : String | Nil)
Constructor Detail
Class Method Detail
Instance Method Detail
def to_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
#