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

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

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

Метод Описание
PwmValue ( long time, bool state ) : System.Globalization

Creates an instance with the specified values.

ToString ( ) : string

Return a string representation of the current values.

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

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

Creates an instance with the specified values.
public PwmValue ( long time, bool state ) : System.Globalization
time long
state bool
Результат System.Globalization

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

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