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

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

공개 메소드들

메소드 설명
PwmValue ( long time, bool state ) : System.Globalization

Creates an instance with the specified values.

ToString ( ) : string

Return a string representation of the current values.

메소드 상세

PwmValue() 공개 메소드

Creates an instance with the specified values.
public PwmValue ( long time, bool state ) : System.Globalization
time long
state bool
리턴 System.Globalization

ToString() 공개 메소드

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