StateSupport
public enum StateSupport : UInt8, Codable
If Power State is supported
-
Unknown
Declaration
Swift
case unknown = 0 -
State not supported
Declaration
Swift
case notSupported = 1 -
State not present
Declaration
Swift
case notPresent = 2 -
State present
Declaration
Swift
case present = 3 -
String Value for the Enum
Declaration
Swift
public var description: String { get }