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

Defined in:

matter/cluster/definitions/group_key_management.cr

Enum Members

TrustFirst = 0_u8

Message counter synchronization using trust-first

CacheAndSync = 1_u8

Message counter synchronization using cache-and-sync

Instance Method Summary

Instance Method Detail

def cache_and_sync? #

Returns true if this enum value equals CacheAndSync


[View source]
def trust_first? #

Returns true if this enum value equals TrustFirst


[View source]