C# 클래스 Emlid.WindowsIot.Hardware.Protocols.Pwm.PwmCycle

Contains information about a PWM cycle (low-high cycle)
파일 보기 프로젝트 열기: emlid/Navio-SDK-Windows-IoT 1 사용 예제들

공개 메소드들

메소드 설명
IsValid ( ) : bool

Checks if the cycle is valid.

PwmCycle ( long lowTime ) : System.Globalization

Creates an instance with zeros except the time of the last cycle low.

Typically used as a follow-on to a previous cycle.

ToString ( ) : string

Return a string representation of the current values.

메소드 상세

IsValid() 공개 메소드

Checks if the cycle is valid.
public IsValid ( ) : bool
리턴 bool

PwmCycle() 공개 메소드

Creates an instance with zeros except the time of the last cycle low.
Typically used as a follow-on to a previous cycle.
public PwmCycle ( long lowTime ) : System.Globalization
lowTime long
리턴 System.Globalization

ToString() 공개 메소드

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