C# Class STUploader.fMainForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: MightyDevices/STBootLib

Méthodes publiques

Méthode Description
fMainForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Jump ( uint address ) : Task
ReadFile ( string fname ) : Task
UpdateProgress ( STBootProgress p ) : void
UpdateProgress ( int percent ) : void
UpdateStatus ( bool ding, string text ) : void
UploadFile ( string portName, uint baudRate, byte bin, uint address, uint jumpAddress ) : Task
bJump_Click ( object sender, EventArgs e ) : void
bOpenFile_Click ( object sender, EventArgs e ) : void
bWrite_Click ( object sender, EventArgs e ) : void
cbBauds_SelectedIndexChanged ( object sender, EventArgs e ) : void
cbPSize_SelectedIndexChanged ( object sender, EventArgs e ) : void
cbPorts_DropDown ( object sender, EventArgs e ) : void
cbPorts_SelectedIndexChanged ( object sender, EventArgs e ) : void
cbxErase_CheckedChanged ( object sender, EventArgs e ) : void
tbAddress_Leave ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

fMainForm() public méthode

public fMainForm ( ) : System
Résultat System