TallyLight
public struct TallyLight : OptionSet, CustomDebugStringConvertible
Describes the state of a tally light. Possible values are
.off.program.preview- both
.program&.preview
-
Declaration
Swift
public let rawValue: UInt8 -
Declaration
Swift
public init(rawValue: UInt8) -
Undocumented
Declaration
Swift
public static let off: TallyLight -
Undocumented
Declaration
Swift
public static let program: TallyLight -
Undocumented
Declaration
Swift
public static let preview: TallyLight -
Declaration
Swift
public var debugDescription: String { get }
View on GitHub
TallyLight Structure Reference