Mode
@frozen
public enum Mode : UInt8, CustomStringConvertible
Represents an ANR mode.
-
Off
Declaration
Swift
case off = 0x00
-
High or On
Declaration
Swift
case high = 0x01
-
Wind
Declaration
Swift
case wind = 0x02
-
Low
Declaration
Swift
case low = 0x03
-
Invalid
Declaration
Swift
case invalid = 0xFF
-
Declaration
Swift
public var description: String { get }