Class CreateStartAndStopTimestampedPayload
- Namespace
- Harp.CameraControllerGen2
- Assembly
- Harp.CameraControllerGen2.dll
Represents an operator that creates a message payload that starts and stops the cameras on a timestamp.
public class CreateStartAndStopTimestampedPayload
- Inheritance
-
CreateStartAndStopTimestampedPayload
- Derived
- Inherited Members
Properties
StartAndStopTimestamped
Gets or sets the value that starts and stops the cameras on a timestamp.
public CameraFlags StartAndStopTimestamped { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that starts and stops the cameras on a timestamp.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the StartAndStopTimestamped register.
GetPayload()
Creates a message payload for the StartAndStopTimestamped register.
public CameraFlags GetPayload()
Returns
- CameraFlags
The created message payload value.