Class TimestampSeconds
Represents a register that stores the integral part of the system timestamp, in seconds.
public class TimestampSeconds
  - Inheritance
 - 
      
      TimestampSeconds
 
- Inherited Members
 
Fields
- Address
 Represents the address of the TimestampSeconds register. This field is constant.
- RegisterLength
 Represents the length of the TimestampSeconds register. This field is constant.
- RegisterType
 Represents the payload type of the TimestampSeconds register. This field is constant.
Methods
- FromPayload(MessageType, uint)
 Returns a Harp message for the TimestampSeconds register.
- FromPayload(double, MessageType, uint)
 Returns a timestamped Harp message for the TimestampSeconds register.
- GetPayload(HarpMessage)
 Returns the payload data for TimestampSeconds register messages.
- GetTimestampedPayload(HarpMessage)
 Returns the timestamped payload data for TimestampSeconds register messages.