C# Class RFID_Explorer.FORM_TagAccess

Afficher le fichier Open project: mti-rfid/RFID_Explorer Class Usage Examples

Méthodes publiques

Méthode Description
FORM_TagAccess ( LakeChabotReader reader ) : System
FORM_TagAccess ( LakeChabotReader reader, TagAccessData r_tagAccessData ) : System
Init ( LakeChabotReader reader ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
COMBOBOX_QTCtrlType_SelectedIndexChanged ( object sender, EventArgs e ) : void
COMBOBOX_TagAccess_SelectedIndexChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

NUMERICUPDOWN_TagAccessCount_ValueChanged ( object sender, EventArgs e ) : void
ValidateHexInput ( object sender ) : void
ValidateHexInput ( object sender, KeyEventArgs e ) : void
ValidateHexInput ( object sender, MouseEventArgs e ) : void
ValidateHex_uint ( string input, string name, uint &value ) : bool
ValidateHex_ushort ( string input, string name, ushort &value ) : bool
okButton_Click ( 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

FORM_TagAccess() public méthode

public FORM_TagAccess ( LakeChabotReader reader ) : System
reader LakeChabotReader
Résultat System

FORM_TagAccess() public méthode

public FORM_TagAccess ( LakeChabotReader reader, TagAccessData r_tagAccessData ) : System
reader LakeChabotReader
r_tagAccessData TagAccessData
Résultat System

Init() public méthode

public Init ( LakeChabotReader reader ) : void
reader LakeChabotReader
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void