C# 클래스 napkin.systems.gadgeteer.cerb1_rock1.Program

파일 보기 프로젝트 열기: cjdaly/napkin

공개 프로퍼티들

프로퍼티 타입 설명
DeviceId string

공개 메소드들

메소드 설명
Main ( ) : void

This method runs automatically when the device is powered, and calls ProgramStarted.

비공개 메소드들

메소드 설명
Cycle ( ) : void
CycleDriver ( ) : void
InitializeModules ( ) : void
ProgramStarted ( ) : void
_rock1_ReadLine ( string line ) : void
barometer_MeasurementComplete ( Barometer sender, Barometer sensorData ) : void
button_ButtonPressed ( Button sender, Button state ) : void
button_ButtonReleased ( Button sender, Button state ) : void
temperatureHumidity_MeasurementComplete ( TemperatureHumidity sender, double temperature, double relativeHumidity ) : void

메소드 상세

Main() 공개 정적인 메소드

This method runs automatically when the device is powered, and calls ProgramStarted.
public static Main ( ) : void
리턴 void

프로퍼티 상세

DeviceId 공개적으로 프로퍼티

public string DeviceId
리턴 string