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