Expand description
TimedRequestMessage framing — Matter §8.7 (timed interactions).
IM opcode 0x0a. Body: { 0: TimeoutMs (u16), 0xFF: InteractionModelRevision }.
The client sends this first; the device replies StatusResponse(SUCCESS) and
then expects the Write/Invoke (with its TimedRequest flag set) on the same
exchange within timeout_ms. Byte-parity with matter.js is enforced by
tests/im_byte_parity.rs.
Functions§
- build_
timed_ request - Build a
TimedRequestMessagerequestingtimeout_msmilliseconds for the follow-up Write/Invoke (which the device expects on the same exchange).