GetTimecode
public struct GetTimecode : SerializableMessage
Informs a controller that the switchers timecode has changed
-
Undocumented
Declaration
Swift
public typealias Timecode = (hour: UInt8, minute: UInt8, second: UInt8, frame: UInt8) -
-
Undocumented
Declaration
Swift
public let timecode: Timecode -
Undocumented
Declaration
Swift
public init(hour: UInt8, minute: UInt8, second: UInt8, frame: UInt8) -
Declaration
Swift
public init(with bytes: ArraySlice<UInt8>) throws -
Declaration
Swift
public var dataBytes: [UInt8] { get } -
Declaration
Swift
public var debugDescription: String { get }
View on GitHub
GetTimecode Structure Reference