C# 클래스 RFID_Explorer.FORM_TagAccess

파일 보기 프로젝트 열기: mti-rfid/RFID_Explorer 1 사용 예제들

공개 메소드들

메소드 설명
FORM_TagAccess ( LakeChabotReader reader ) : System
FORM_TagAccess ( LakeChabotReader reader, TagAccessData r_tagAccessData ) : System
Init ( LakeChabotReader reader ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

FORM_TagAccess() 공개 메소드

public FORM_TagAccess ( LakeChabotReader reader ) : System
reader LakeChabotReader
리턴 System

FORM_TagAccess() 공개 메소드

public FORM_TagAccess ( LakeChabotReader reader, TagAccessData r_tagAccessData ) : System
reader LakeChabotReader
r_tagAccessData TagAccessData
리턴 System

Init() 공개 메소드

public Init ( LakeChabotReader reader ) : void
reader LakeChabotReader
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e EventArgs
리턴 void