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