C# Class RFID_Explorer.ConfigurePostSingulation_Display

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

Méthodes publiques

Свойство Type Description
EDIT_MODE int
VIEW_MODE int

Méthodes publiques

Méthode Description
ConfigurePostSingulation_Display ( ) : System
ConfigurePostSingulation_Display ( LakeChabotReader reader ) : System
ConfigurePostSingulation_Display ( SingulationCriteria criteria ) : System
displayValues ( ) : void
setReader ( LakeChabotReader reader ) : void
setSource ( SingulationCriteria criteria ) : void

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.

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 méthode

public ConfigurePostSingulation_Display ( ) : System
Résultat System

ConfigurePostSingulation_Display() public méthode

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

ConfigurePostSingulation_Display() public méthode

public ConfigurePostSingulation_Display ( SingulationCriteria criteria ) : System
criteria SingulationCriteria
Résultat System

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

displayValues() public méthode

public displayValues ( ) : void
Résultat void

setReader() public méthode

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

setSource() public méthode

public setSource ( SingulationCriteria criteria ) : void
criteria SingulationCriteria
Résultat void

Property Details

EDIT_MODE public_oe static_oe property

public static int EDIT_MODE
Résultat int

VIEW_MODE public_oe static_oe property

public static int VIEW_MODE
Résultat int