Class CreateServoMotor3PeriodPayload
Represents an operator that creates a message payload that specifies the period of the servo motor in DO3, in microseconds.
public class CreateServoMotor3PeriodPayload
- Inheritance
-
CreateServoMotor3PeriodPayload
- Derived
- Inherited Members
Properties
ServoMotor3Period
Gets or sets the value that specifies the period of the servo motor in DO3, in microseconds.
[Range(2, 65534)]
public ushort ServoMotor3Period { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that specifies the period of the servo motor in DO3, in microseconds.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the ServoMotor3Period register.
GetPayload()
Creates a message payload for the ServoMotor3Period register.
public ushort GetPayload()
Returns
- ushort
The created message payload value.