C# Класс Emlid.WindowsIot.Hardware.Protocols.Pwm.PwmCycle

Contains information about a PWM cycle (low-high cycle)
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

IsValid() публичный Метод

Checks if the cycle is valid.
public IsValid ( ) : bool
Результат bool

PwmCycle() публичный Метод

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
Результат System.Globalization

ToString() публичный Метод

Return a string representation of the current values.
public ToString ( ) : string
Результат string