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

Contains information about a PWM cycle (low-high cycle)
Afficher le fichier Open project: emlid/Navio-SDK-Windows-IoT Class Usage Examples

Méthodes publiques

Méthode Description
IsValid ( ) : bool

Checks if the cycle is valid.

PwmCycle ( long lowTime ) : System.Globalization

Creates an instance with zeros except the time of the last cycle low.

Typically used as a follow-on to a previous cycle.

ToString ( ) : string

Return a string representation of the current values.

Method Details

IsValid() public méthode

Checks if the cycle is valid.
public IsValid ( ) : bool
Résultat bool

PwmCycle() public méthode

Creates an instance with zeros except the time of the last cycle low.
Typically used as a follow-on to a previous cycle.
public PwmCycle ( long lowTime ) : System.Globalization
lowTime long
Résultat System.Globalization

ToString() public méthode

Return a string representation of the current values.
public ToString ( ) : string
Résultat string