Class CreateLed0PwmRealPayload
Represents an operator that creates a message payload that get the real frequency (Hz) of LED0 when in Pwm mode.
public class CreateLed0PwmRealPayload
- Inheritance
-
CreateLed0PwmRealPayload
- Derived
- Inherited Members
Properties
Led0PwmReal
Gets or sets the value that get the real frequency (Hz) of LED0 when in Pwm mode.
public float Led0PwmReal { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that get the real frequency (Hz) of LED0 when in Pwm mode.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the Led0PwmReal register.
GetPayload()
Creates a message payload for the Led0PwmReal register.
public float GetPayload()
Returns
- float
The created message payload value.