C# Class SensorShare.Compact.ConnectLogbookForm

Show file Open project: MarkPaxton/SensorShare3 Class Usage Examples

Public Methods

Method Description
ConnectLogbookForm ( Logbook logbook ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ConnectLogbookButton_Click ( object sender, EventArgs e ) : void
ConnectLogbookForm_Closing ( object sender, CancelEventArgs e ) : void
DeactivateLogbookThread ( ) : void
DoUpdateLabel ( Label label, string text ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

UpdateLabel ( Label label, string text ) : void
activateTimerPing ( object o ) : void
disconnectButton_Click ( object sender, EventArgs e ) : void
identifyButton_Click ( object sender, EventArgs e ) : void
logbook_CommandFailed ( object sender, CommandFailedEventArgs e ) : void
logbook_CommandResult ( object sender, CommandResultEventArgs e ) : void
logbook_CommandTimeout ( object sender, CommandTimeoutEventArgs e ) : void
logbook_Disconnected ( object sender, EventArgs e ) : void
testReadingButton_Click ( object sender, EventArgs e ) : void

Method Details

ConnectLogbookForm() public method

public ConnectLogbookForm ( Logbook logbook ) : System
logbook Logbook
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void