C# 클래스 Emlid.WindowsIot.Samples.NavioRCInput.StartupTask

Start-up task.
상속: IBackgroundTask
파일 보기 프로젝트 열기: emlid/Navio-SDK-Windows-IoT

공개 메소드들

메소드 설명
Run ( IBackgroundTaskInstance taskInstance ) : void

Executes the task.

비공개 메소드들

메소드 설명
OnChannelsChanged ( object sender, PwmFrame frame ) : void

Receives updates when new PWM frames arrive.

메소드 상세

Run() 공개 메소드

Executes the task.
public Run ( IBackgroundTaskInstance taskInstance ) : void
taskInstance IBackgroundTaskInstance
리턴 void