C# 클래스 hydra1.Program

상속: Gadgeteer.Program
파일 보기 프로젝트 열기: cjdaly/napkin

공개 프로퍼티들

프로퍼티 타입 설명
DeviceId string
NapkinServerName string
NapkinServerPort ushort

공개 메소드들

메소드 설명
Main ( ) : void

비공개 메소드들

메소드 설명
GetCurrentSoundName ( ) : string
InitializeModules ( ) : void
Message ( string message = "" ) : void
NapkinGet ( string path ) : string
PlaySound ( string path, bool forceRead = false ) : void
ProgramStarted ( ) : void
WiFlyDriver ( ) : void
_emic2_ReadLine ( string line ) : void
_joystickDriver_JoystickMotion ( JoystickDriver position, JoystickDriver oldPosition ) : void
_mp3Trigger_ReadLine ( string line ) : void
button1_ButtonPressed ( Button sender, Button state ) : void
button1_ButtonReleased ( Button sender, Button state ) : void
button_ButtonPressed ( Button sender, Button state ) : void
button_ButtonReleased ( Button sender, Button state ) : void
music_musicFinished ( Music sender ) : void

메소드 상세

Main() 공개 정적인 메소드

public static Main ( ) : void
리턴 void

프로퍼티 상세

DeviceId 공개적으로 프로퍼티

public string DeviceId
리턴 string

NapkinServerName 공개적으로 프로퍼티

public string NapkinServerName
리턴 string

NapkinServerPort 공개적으로 프로퍼티

public ushort NapkinServerPort
리턴 ushort