C# Class RFID_Explorer.FORM_TagAccess

Mostra file Open project: mti-rfid/RFID_Explorer Class Usage Examples

Public Methods

Method Description
FORM_TagAccess ( LakeChabotReader reader ) : System
FORM_TagAccess ( LakeChabotReader reader, TagAccessData r_tagAccessData ) : System
Init ( LakeChabotReader reader ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Method 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 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

FORM_TagAccess() public method

public FORM_TagAccess ( LakeChabotReader reader ) : System
reader LakeChabotReader
return System

FORM_TagAccess() public method

public FORM_TagAccess ( LakeChabotReader reader, TagAccessData r_tagAccessData ) : System
reader LakeChabotReader
r_tagAccessData TagAccessData
return System

Init() public method

public Init ( LakeChabotReader reader ) : void
reader LakeChabotReader
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void