Matter StatusReport wire format codec.
StatusReport uses a fixed binary layout (NOT TLV):
<<general_code::16-little, protocol_id::32-little, protocol_code::16-little>>Used as the final message in PASE/CASE session establishment and for general protocol-level status reporting.
Summary
Types
@type t() :: %MatterEx.Protocol.StatusReport{ general_code: non_neg_integer(), protocol_code: non_neg_integer(), protocol_id: non_neg_integer() }