C# Class RFID_Explorer.FORM_RegisterAccess

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: mti-rfid/RFID_Explorer Class Usage Examples

Public Methods

Method Description
FORM_RegisterAccess ( LakeChabotReader Reader ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Method Description
BUTTON_ClearStatus_Click ( object sender, EventArgs e ) : void
BUTTON_Close_Click ( object sender, EventArgs e ) : void
BUTTON_DumpMac_Click ( object sender, EventArgs e ) : void
BUTTON_ReadRegister_Click ( object sender, EventArgs e ) : void
BUTTON_RegisterAccessBatchHelp_Click ( object sender, EventArgs e ) : void
BUTTON_RegisterAccessBatch_Click ( object sender, EventArgs e ) : void
BUTTON_SaveStatus_Click ( object sender, EventArgs e ) : void
BUTTON_WriteRegister_Click ( object sender, EventArgs e ) : void
COMBOBOX_RegisterAccess_SelectedIndexChanged ( object sender, EventArgs e ) : void
ClearMacError ( ) : bool
DumpMacThread ( ) : void
DumpMac_Click ( ) : void
GetMacError ( uint &errorCode, uint &lastErrorCode ) : bool
GetMacRegsiterInfo ( ushort address, System.RegisterInfo &registerInfo ) : bool
InitializeComponent ( ) : void

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

InitializeComponent_RegisterAccess ( ) : void
ReadBypassRegsiter ( ushort address, ushort &data, bool print ) : bool
ReadMacRegsiter ( ushort address, uint &data ) : bool
ReadMacRegsiter ( ushort address, uint &data, bool print ) : bool
ReadMacRegsiterBank ( ushort address, ushort bank, uint &data, bool print ) : bool
ReadOemRegsiter ( ushort address, uint &data, bool print ) : bool
ReadOemRegsiter ( ushort address, uint &pData, uint count, uint &readCount, bool print ) : bool
RegisterAccessBatchHelp_Click ( ) : void
RegisterAccessBatch_Click ( ) : void
RegisterAccessRead ( RegisterAccessType type, ushort address, ushort bank, uint count, bool print ) : bool
RegisterAccessRead_Click ( ) : void
RegisterAccessType_Change ( ) : void
RegisterAccessWrite ( RegisterAccessType type, ushort address, ushort bank, uint data, bool print ) : bool
RegsiterAccessWrite_Click ( ) : void
StatusClear ( ) : void
StatusSave ( ) : void
StatusUpdate ( bool print, string text, TextUpdateType type ) : void
StatusUpdate ( string text, Color color, FontStyle fontStyle, bool append ) : void
StatusUpdate ( string text, TextUpdateType type ) : 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
WriteBypassRegsiter ( ushort address, ushort data, bool print ) : bool
WriteFlushOemRegsiter ( ushort address, uint data, bool print ) : bool
WriteMacRegsiter ( ushort address, uint data, bool print ) : bool
WriteMacRegsiterBank ( ushort address, ushort bank, uint data, bool print ) : bool
WriteOemRegsiter ( ushort address, uint data, bool print ) : bool

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_RegisterAccess() public method

public FORM_RegisterAccess ( LakeChabotReader Reader ) : System
Reader RFID.RFIDInterface.LakeChabotReader
return System

OnLoad() protected method

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