Class CreateStopTimestampPayload
- Namespace
- Harp.CameraControllerGen2
- Assembly
- Harp.CameraControllerGen2.dll
Represents an operator that creates a message payload that specifies when the camera will stop acquiring frames.
public class CreateStopTimestampPayload
- Inheritance
-
CreateStopTimestampPayload
- Derived
- Inherited Members
Properties
StopTimestamp
Gets or sets the value that specifies when the camera will stop acquiring frames.
public uint StopTimestamp { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that specifies when the camera will stop acquiring frames.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the StopTimestamp register.
GetPayload()
Creates a message payload for the StopTimestamp register.
public uint GetPayload()
Returns
- uint
The created message payload value.