Class CreateDisableServosPayload
Represents an operator that creates a message payload that specifies the servo outputs to disable in the device.
public class CreateDisableServosPayload
- Inheritance
-
CreateDisableServosPayload
- Derived
- Inherited Members
Properties
DisableServos
Gets or sets the value that specifies the servo outputs to disable in the device.
public ServoOutputs DisableServos { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that specifies the servo 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 DisableServos register.
GetPayload()
Creates a message payload for the DisableServos register.
public ServoOutputs GetPayload()
Returns
- ServoOutputs
The created message payload value.