Body of the Messages messagePresented event

MatterSpecification.v13.Cluster § 1.16.8.2

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

Hierarchy (view full)

Properties

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

This field shall indicate the MessageID for the message being presented.

MatterSpecification.v13.Cluster § 1.16.8.2.1