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).
파일 보기 프로젝트 열기: emlid/Navio-SDK-Windows-IoT 1 사용 예제들

공개 메소드들

메소드 설명
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