Class CreateClockConfigurationPayload
Represents an operator that creates a message payload that specifies the configuration for the device synchronization clock.
public class CreateClockConfigurationPayload
- Inheritance
-
CreateClockConfigurationPayload
- Derived
- Inherited Members
Properties
ClockConfiguration
Gets or sets the value that specifies the configuration for the device synchronization clock.
public ClockConfigurationFlags ClockConfiguration { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that specifies the configuration for the device synchronization clock.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the ClockConfiguration register.
GetPayload()
Creates a message payload for the ClockConfiguration register.
public ClockConfigurationFlags GetPayload()
Returns
- ClockConfigurationFlags
The created message payload value.