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

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

공개 프로퍼티들

프로퍼티 타입 설명
DeviceId string

공개 메소드들

메소드 설명
Main ( ) : void

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

비공개 메소드들

메소드 설명
Chop ( string text, int max = 16 ) : string
Cycle ( ) : void
CycleDriver ( ) : void
InitializeModules ( ) : void
ProgramStarted ( ) : void
UpdateDisplay ( string line1, string line2 = "" ) : void
_bone3_ReadLine ( string line ) : void
barometer_MeasurementComplete ( Barometer sender, Barometer sensorData ) : 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