C# Class 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).
Show file Open project: emlid/Navio-SDK-Windows-IoT Class Usage Examples

Public Methods

Method Description
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.

Method Details

PwmFrame() public method

Creates an empty instance.
public PwmFrame ( ) : System
return System

PwmFrame() public method

Creates an instance using the specified data.
public PwmFrame ( long sequence, int channels ) : System
sequence long
channels int
return System

ToString() public method

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