This command is sent by the server on receipt of the PayloadTestRequest command.

MatterSpecification.v13.Core § 11.12.7.5

interface PayloadTestResponse {
    payload: Uint8Array;
}

Hierarchy (view full)

Properties

Properties

payload: Uint8Array

This field shall contain the computed response of the PayloadTestRequest command.

MatterSpecification.v13.Core § 11.12.7.5.1