enum

Matter::Cluster::Definitions::GroupKeyManagement::GroupKeySecurityPolicy

Inherits Enum < Comparable < Value < Object

Constants

TrustFirst = 0_u8

Message counter synchronization using trust-first

CacheAndSync = 1_u8

Message counter synchronization using cache-and-sync

Instance methods

cache_and_sync?

Returns true if this enum value equals CacheAndSync

Source
trust_first?

Returns true if this enum value equals TrustFirst

Source