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

Contains data and definitions of an RC input PWM frame.
Used as a standard variable container for both "PWM" (single channel) and other multi-channel protocols such as CPPM (a.k.a. PPM-Sum).
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
PwmFrame ( ) : System

Creates an empty instance.

PwmFrame ( long sequence, int channels ) : System

Creates an instance using the specified data.

ToString ( ) : string

Return a string representation of the current values.

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

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

Creates an empty instance.
public PwmFrame ( ) : System
Результат System

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

Creates an instance using the specified data.
public PwmFrame ( long sequence, int channels ) : System
sequence long
channels int
Результат System

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

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