Class CreateTimestampSecondsPayload
Represents an operator that creates a message payload that stores the integral part of the system timestamp, in seconds.
public class CreateTimestampSecondsPayload
- Inheritance
-
CreateTimestampSecondsPayload
- Derived
- Inherited Members
Properties
TimestampSeconds
Gets or sets the value that stores the integral part of the system timestamp, in seconds.
public uint TimestampSeconds { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that stores the integral part of the system timestamp, in seconds.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the TimestampSeconds register.
GetPayload()
Creates a message payload for the TimestampSeconds register.
public uint GetPayload()
Returns
- uint
The created message payload value.