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).
Afficher le fichier Open project: emlid/Navio-SDK-Windows-IoT Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Creates an empty instance.
public PwmFrame ( ) : System
Résultat System

PwmFrame() public méthode

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

ToString() public méthode

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