TlvContentAppMessageResponse: ObjectSchema<{
    data: OptionalFieldType<string>;
    encodingHint: OptionalFieldType<string>;
    status: FieldType<ContentAppObserver.Status>;
}> = ...

This command shall be generated in response to ContentAppMessage command.

Type declaration

  • data: OptionalFieldType<string>

    This optional field shall indicate content app-specific data.

    MatterSpecification.v13.Cluster § 6.12.5.2.2

  • encodingHint: OptionalFieldType<string>

    This optional field shall indicate a content app-specific hint to the encoding of the data.

    MatterSpecification.v13.Cluster § 6.12.5.2.3

  • status: FieldType<ContentAppObserver.Status>

    This field shall indicate the status of the command which resulted in this response.

    MatterSpecification.v13.Cluster § 6.12.5.2.1

MatterSpecification.v13.Cluster § 6.12.5.2