TlvPayloadTestResponse: ObjectSchema<{
    payload: FieldType<Uint8Array>;
}> = ...

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

Type declaration

  • payload: FieldType<Uint8Array>

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

    MatterSpecification.v13.Core § 11.12.7.5.1

MatterSpecification.v13.Core § 11.12.7.5