Class PwmStop
- Namespace
- Harp.OutputExpander
- Assembly
- Harp.OutputExpander.dll
Represents a register that stops the a PWM on the specified channels.
public class PwmStop
- Inheritance
-
PwmStop
- Inherited Members
Fields
- RegisterLength
Represents the length of the PwmStop register. This field is constant.
- RegisterType
Represents the payload type of the PwmStop register. This field is constant.
Methods
- FromPayload(MessageType, PwmChannels)
Returns a Harp message for the PwmStop register.
- FromPayload(double, MessageType, PwmChannels)
Returns a timestamped Harp message for the PwmStop register.
- GetPayload(HarpMessage)
Returns the payload data for PwmStop register messages.
- GetTimestampedPayload(HarpMessage)
Returns the timestamped payload data for PwmStop register messages.