TimeSource
public enum TimeSource : UInt8
Time Source Types
-
Unknown
Declaration
Swift
case unknown = 0 -
Network Time Protocol
Declaration
Swift
case networkTimeProtocol = 1 -
GPS
Declaration
Swift
case gps = 2 -
Radio Time Signal
Declaration
Swift
case radioTimeSignal = 3 -
Manual
Declaration
Swift
case manual = 4 -
Atomic Clock
Declaration
Swift
case atomicClock = 5 -
Cellular Network
Declaration
Swift
case cellularNetwork = 6