Class CreateConfigureCam0EventPayload
- Namespace
- Harp.CameraControllerGen2
- Assembly
- Harp.CameraControllerGen2.dll
Represents an operator that creates a message payload that configures the event on camera 0.
public class CreateConfigureCam0EventPayload
- Inheritance
-
CreateConfigureCam0EventPayload
- Derived
- Inherited Members
Properties
ConfigureCam0Event
Gets or sets the value that configures the event on camera 0.
public EventConfiguration ConfigureCam0Event { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that configures the event on camera 0.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the ConfigureCam0Event register.
GetPayload()
Creates a message payload for the ConfigureCam0Event register.
public EventConfiguration GetPayload()
Returns
- EventConfiguration
The created message payload value.