Class PwmRiseEvent
- Namespace
 - Harp.OutputExpander
 
- Assembly
 - Harp.OutputExpander.dll
 
Represents a register that enables the generation of an event on every rising edge of the PWM line.
public class PwmRiseEvent
  - Inheritance
 - 
      
      PwmRiseEvent
 
- Inherited Members
 
Fields
- Address
 Represents the address of the PwmRiseEvent register. This field is constant.
- RegisterLength
 Represents the length of the PwmRiseEvent register. This field is constant.
- RegisterType
 Represents the payload type of the PwmRiseEvent register. This field is constant.
Methods
- FromPayload(MessageType, PwmChannels)
 Returns a Harp message for the PwmRiseEvent register.
- FromPayload(double, MessageType, PwmChannels)
 Returns a timestamped Harp message for the PwmRiseEvent register.
- GetPayload(HarpMessage)
 Returns the payload data for PwmRiseEvent register messages.
- GetTimestampedPayload(HarpMessage)
 Returns the timestamped payload data for PwmRiseEvent register messages.