Input to the Messages cancelMessagesRequest command

MatterSpecification.v13.Cluster § 1.16.7.2

interface CancelMessagesRequest {
    messageIDs: Uint8Array[];
}

Hierarchy (view full)

Properties

Properties

messageIDs: Uint8Array[]

This field shall indicate the MessageIDs for the messages being cancelled.

Cancelling a message shall cause it to be removed from Messages, cause its MessageID to be removed from ActiveMessageIDs and cause any active presentation of the message to cease.

Message IDs in this command that indicate messages that do not exist in Messages, or that are not scoped to the fabric of the sender, shall be ignored.

MatterSpecification.v13.Cluster § 1.16.7.2.1