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