Class CreateStopCamerasPayload
Represents an operator that creates a message payload that specifies the camera outputs to disable in the device.
public class CreateStopCamerasPayload
- Inheritance
-
CreateStopCamerasPayload
- Derived
- Inherited Members
Properties
StopCameras
Gets or sets the value that specifies the camera outputs to disable in the device.
public CameraOutputs StopCameras { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that specifies the camera outputs to disable in the device.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the StopCameras register.
GetPayload()
Creates a message payload for the StopCameras register.
public CameraOutputs GetPayload()
Returns
- CameraOutputs
The created message payload value.