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