TlvKeySetReadAllIndicesResponse: ObjectSchema<{
    groupKeySetIDs: FieldType<number[]>;
}> = ...

This command shall be generated in response to KeySetReadAllIndices and it shall contain the list of GroupKeySetID for all Group Key Sets associated with the scoped Fabric.

Type declaration

  • groupKeySetIDs: FieldType<number[]>

    This field references the set of group keys that generate operational group keys for use with the accessing fabric.

    Each entry in GroupKeySetIDs is a GroupKeySetID field.

    MatterSpecification.v13.Core § 11.2.7.6.1

MatterSpecification.v13.Core § 11.2.7.6