TlvMessagePresentedEvent: ObjectSchema<{
    fabricIndex: FieldType<FabricIndex>;
    messageId: FieldType<Uint8Array>;
}> = ...

Body of the Messages messagePresented event

Type declaration

  • fabricIndex: FieldType<FabricIndex>
  • messageId: FieldType<Uint8Array>

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

    MatterSpecification.v13.Cluster § 1.16.8.2.1

MatterSpecification.v13.Cluster § 1.16.8.2