C# Class RFID_Explorer.ConfigurePostSingulation_Display

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

Public Properties

Property Type Description
EDIT_MODE int
VIEW_MODE int

Public Methods

Method Description
ConfigurePostSingulation_Display ( ) : System
ConfigurePostSingulation_Display ( LakeChabotReader reader ) : System
ConfigurePostSingulation_Display ( SingulationCriteria criteria ) : System
displayValues ( ) : void
setReader ( LakeChabotReader reader ) : void
setSource ( SingulationCriteria criteria ) : 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.

activeCriteria_ValueChanged ( object sender, EventArgs e ) : void
cancelButton_Click ( object sender, EventArgs e ) : void
displayCriterion_ValueChanged ( object sender, EventArgs e ) : void
editButton_Click ( object sender, EventArgs e ) : void
loadButton_Click ( object sender, EventArgs e ) : void
maskBitCount_ValueChanged ( object sender, EventArgs e ) : void
maskByte_TextChanged ( object sender, EventArgs e ) : void
maskMatch_SelectedIndexChanged ( object sender, EventArgs e ) : void
memoryBankOffset_ValueChanged ( object sender, EventArgs e ) : void
saveButton_Click ( object sender, EventArgs e ) : void

Method Details

ConfigurePostSingulation_Display() public method

public ConfigurePostSingulation_Display ( ) : System
return System

ConfigurePostSingulation_Display() public method

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

ConfigurePostSingulation_Display() public method

public ConfigurePostSingulation_Display ( SingulationCriteria criteria ) : System
criteria SingulationCriteria
return System

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

displayValues() public method

public displayValues ( ) : void
return void

setReader() public method

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

setSource() public method

public setSource ( SingulationCriteria criteria ) : void
criteria SingulationCriteria
return void

Property Details

EDIT_MODE public_oe static_oe property

public static int EDIT_MODE
return int

VIEW_MODE public_oe static_oe property

public static int VIEW_MODE
return int