C# 클래스 GHIElectronics.UAP.Gadgeteer.NativeInterfaces.PwmOutput

상속: SocketInterfaces.PwmOutput
파일 보기 프로젝트 열기: amykatenicho/IoTWorkshop

보호된 메소드들

메소드 설명
SetEnabled ( bool state ) : void
SetValues ( double frequency, double dutyCycle ) : void

메소드 상세

SetEnabled() 보호된 메소드

protected SetEnabled ( bool state ) : void
state bool
리턴 void

SetValues() 보호된 메소드

protected SetValues ( double frequency, double dutyCycle ) : void
frequency double
dutyCycle double
리턴 void