Body of the Messages messageQueued event

MatterSpecification.v13.Cluster § 1.16.8.1

interface MessageQueuedEvent {
    fabricIndex: FabricIndex;
    messageId: Uint8Array;
}

Hierarchy (view full)

Properties

fabricIndex: FabricIndex = ...
messageId: Uint8Array = ...

This field shall indicate the MessageID for newly added message.

MatterSpecification.v13.Cluster § 1.16.8.1.1