Flag
public struct Flag : OptionSet
Beacon Flags
Contains the Key Refresh Flag and IV Update Flag
-
Declaration
Swift
public let rawValue: UInt8
-
Declaration
Swift
public init(rawValue: UInt8)
-
Key Refresh Flag
Declaration
Swift
public static let keyRefreshTrue: MeshBeaconSecureNetwork.Flag
-
IV Update Active (else normal operation)
Declaration
Swift
public static let ivUpdateActive: MeshBeaconSecureNetwork.Flag