Enum ClockConfigurationFlags
Specifies configuration flags for the device synchronization clock.
[Flags]
public enum ClockConfigurationFlags : byte
Fields
None = 0
All clock configuration flags are cleared.
ClockRepeater = 1
The device will repeat the clock synchronization signal to the clock output connector, if available.
ClockGenerator = 2
The device resets and generates the clock synchronization signal on the clock output connector, if available.
RepeaterCapability = 8
Specifies the device has the capability to repeat the clock synchronization signal to the clock output connector.
GeneratorCapability = 16
Specifies the device has the capability to generate the clock synchronization signal to the clock output connector.
ClockUnlock = 64
The device will unlock the timestamp register counter and will accept commands to set new timestamp values.
ClockLock = 128
The device will lock the timestamp register counter and will not accept commands to set new timestamp values.