TlvEncodingOptions: {
    allowMissingFieldsForNonFabricFilteredRead?: boolean;
    forWriteInteraction?: boolean;
}

Type declaration

  • OptionalallowMissingFieldsForNonFabricFilteredRead?: boolean

    When true, mandatory field validation is skipped when encoding TLV for list entries. This flag must not be set together with the former flag.

  • OptionalforWriteInteraction?: boolean

    When true, the fabricIndex field will be excluded from the TLV encoding for list entries. This flag must not be set together with the following flag.