C# Class hydra1.Program

Inheritance: Gadgeteer.Program
Datei anzeigen Open project: cjdaly/napkin

Public Properties

Property Type Description
DeviceId string
NapkinServerName string
NapkinServerPort ushort

Public Methods

Method Description
Main ( ) : void

Private Methods

Method Description
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

Method Details

Main() public static method

public static Main ( ) : void
return void

Property Details

DeviceId public_oe property

public string DeviceId
return string

NapkinServerName public_oe property

public string NapkinServerName
return string

NapkinServerPort public_oe property

public ushort NapkinServerPort
return ushort