C# Class ESP8266DebugPackage.ESP8266DebugConfigurator

Exibir arquivo Open project: sysprogs/BSPTools

Public Methods

Method Description
ESP8266DebugConfigurator ( DebugMethod method, DebugInterfaceList ifaces ) : System
SetComboBoxValue ( ComboBox comboBox, string val ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

LoadInterfaceSettings ( ) : void
SettingsChangedHandler ( object sender, EventArgs e ) : void
btnOpenScript_Click ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
cbDebugInterface_SelectedIndexChanged ( object sender, EventArgs e ) : void
comboBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void
linkLabel1_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void

Method Details

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

ESP8266DebugConfigurator() public method

public ESP8266DebugConfigurator ( DebugMethod method, DebugInterfaceList ifaces ) : System
method DebugMethod
ifaces DebugInterfaceList
return System

SetComboBoxValue() public static method

public static SetComboBoxValue ( ComboBox comboBox, string val ) : void
comboBox ComboBox
val string
return void