enum

Matter::Cluster::GroupKeyManagementCluster::Feature

Inherits Enum < Comparable < Value < Object

Feature flags for Group Key Management cluster

Constants

CacheAndSync = 1_u32
None = 0_u32
All = 1_u32

Instance methods

cache_and_sync?

Returns true if this enum value contains CacheAndSync

Source
none?
Source