Class TimestampedSyncOutputState
Provides methods for manipulating timestamped messages from the SyncOutputState register.
public class TimestampedSyncOutputState
- Inheritance
-
TimestampedSyncOutputState
- Inherited Members
Fields
Address
Represents the address of the SyncOutputState register. This field is constant.
public const int Address = 35
Field Value
- See Also
Methods
GetPayload(HarpMessage)
Returns timestamped payload data for SyncOutputState register messages.
public static Timestamped<SyncOutputs> GetPayload(HarpMessage message)
Parameters
message
HarpMessageA HarpMessage object representing the register message.
Returns
- Timestamped<SyncOutputs>
A value representing the timestamped message payload.
- See Also