C# Class Emlid.WindowsIot.Hardware.Protocols.Pwm.PwmValue

Contains information about a PWM value (time and low or high)
Show file Open project: emlid/Navio-SDK-Windows-IoT Class Usage Examples

Public Methods

Method Description
PwmValue ( long time, bool state ) : System.Globalization

Creates an instance with the specified values.

ToString ( ) : string

Return a string representation of the current values.

Method Details

PwmValue() public method

Creates an instance with the specified values.
public PwmValue ( long time, bool state ) : System.Globalization
time long
state bool
return System.Globalization

ToString() public method

Return a string representation of the current values.
public ToString ( ) : string
return string