Class StopTimestamp
- Namespace
- Harp.CameraControllerGen2
- Assembly
- Harp.CameraControllerGen2.dll
Represents a register that specifies when the camera will stop acquiring frames.
public class StopTimestamp
- Inheritance
-
StopTimestamp
- Inherited Members
Fields
- Address
Represents the address of the StopTimestamp register. This field is constant.
- RegisterLength
Represents the length of the StopTimestamp register. This field is constant.
- RegisterType
Represents the payload type of the StopTimestamp register. This field is constant.
Methods
- FromPayload(MessageType, uint)
Returns a Harp message for the StopTimestamp register.
- FromPayload(double, MessageType, uint)
Returns a timestamped Harp message for the StopTimestamp register.
- GetPayload(HarpMessage)
Returns the payload data for StopTimestamp register messages.
- GetTimestampedPayload(HarpMessage)
Returns the timestamped payload data for StopTimestamp register messages.