TlvContentAppMessageRequest: ObjectSchema<{
    data: FieldType<string>;
    encodingHint: OptionalFieldType<string>;
}> = ...

Input to the ContentAppObserver contentAppMessage command

Type declaration

  • data: FieldType<string>

    This field shall indicate content app-specific data.

    MatterSpecification.v13.Cluster § 6.12.5.1.1

  • 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.1.2

MatterSpecification.v13.Cluster § 6.12.5.1