struct
Matter::InteractionModel::InvokeRequestMessage
- Matter::InteractionModel::InvokeRequestMessage
- Struct
- Value
- Object
Overview
InvokeRequestMessage
Included Modules
- TLV::Serializable
Defined in:
matter/interaction_model/tlv_messages.crConstructors
- .new(any : TLV::Any)
- .new(invoke_requests : Array(Matter::InteractionModel::CommandDataIBTlv) = [] of CommandDataIBTlv, suppress_response : Bool | Nil = false, timed_request : Bool | Nil = false, interaction_model_revision : UInt8 | Nil = nil)
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
-
#interaction_model_revision : UInt8 | Nil
Tag 0xFF: InteractionModelRevision
-
#interaction_model_revision=(interaction_model_revision : UInt8 | Nil)
Tag 0xFF: InteractionModelRevision
-
#invoke_requests : Array(CommandDataIBTlv)
Tag 2: InvokeRequests (array of CommandDataIBTlv)
-
#invoke_requests=(invoke_requests : Array(CommandDataIBTlv))
Tag 2: InvokeRequests (array of CommandDataIBTlv)
-
#suppress_response : Bool | Nil
Tag 0: SuppressResponse
-
#suppress_response=(suppress_response : Bool | Nil)
Tag 0: SuppressResponse
-
#timed_request : Bool | Nil
Tag 1: TimedRequest
-
#timed_request=(timed_request : Bool | Nil)
Tag 1: TimedRequest
- #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
def self.new(invoke_requests : Array(Matter::InteractionModel::CommandDataIBTlv) = [] of CommandDataIBTlv, suppress_response : Bool | Nil = false, timed_request : Bool | Nil = false, interaction_model_revision : UInt8 | Nil = nil)
#
Class Method Detail
Instance Method Detail
def interaction_model_revision=(interaction_model_revision : UInt8 | Nil)
#
Tag 0xFF: InteractionModelRevision
def invoke_requests=(invoke_requests : Array(CommandDataIBTlv))
#
Tag 2: InvokeRequests (array of CommandDataIBTlv)
def to_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
#