Class PwmStart
Represents a register that starts the PWM on the selected output lines.
public class PwmStart
- Inheritance
-
PwmStart
- Inherited Members
Fields
- RegisterLength
Represents the length of the PwmStart register. This field is constant.
- RegisterType
Represents the payload type of the PwmStart register. This field is constant.
Methods
- FromPayload(MessageType, PwmOutputs)
Returns a Harp message for the PwmStart register.
- FromPayload(double, MessageType, PwmOutputs)
Returns a timestamped Harp message for the PwmStart register.
- GetPayload(HarpMessage)
Returns the payload data for PwmStart register messages.
- GetTimestampedPayload(HarpMessage)
Returns the timestamped payload data for PwmStart register messages.