C# Class cerbee2.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
Cycle ( ) : void
CycleDriver ( ) : void
GetFileText ( string filePath ) : string
InitializeModules ( ) : void
NapkinGet ( string path ) : string
ProgramStarted ( ) : void
SDCardTest ( ) : void
WiFlyDriver ( ) : void
rfid_CardIDReceived ( RFID sender, string ID ) : 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