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