C# 클래스 WISPDemo.MainFrm

상속: System.Windows.Forms.Form, ReaderLibrary.IRFIDGUI
파일 보기 프로젝트 열기: spqr/impinj-reader-app 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
accelInfo Accel

공개 메소드들

메소드 설명
AppendToDebugTextBox ( string appendToTop ) : void

Appends text to the "LLRP Messages" text box

AppendToMainTextBox ( string appendToTop ) : void

Appends text to the running Tag List text box

ClearMaxMin ( ) : void
MainFrm ( ) : System
getAccelInfo ( ) : Accel

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
ClearGUIAll ( ) : void
ClearHandlerTimes ( ) : void
ClearSOC ( ) : void
ClearTemperature ( ) : void
GetMaxMinValues ( ) : void
InitSOCGraph ( ) : void
InitTagStats ( ) : void
InitTempGraph ( ) : void
InitializeComponent ( ) : void

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

MainFrm_FormClosing ( object sender, FormClosingEventArgs e ) : void
MainFrm_Load ( object sender, EventArgs e ) : void
MainFrm_ResizeEnd ( object sender, EventArgs e ) : void
ProcessTagStats ( ) : void
SetHandleTagSettings ( ) : void
SetMode ( ReaderLibrary.ReaderManager newMode ) : void
UpdateAccelerometerGUI ( ) : void
UpdateGraphicsOnSaturn ( ) : void
UpdateMidiGui ( ) : void
UpdateSOCGUI ( ) : void
UpdateTemperatureGUI ( ) : void
UpdateTiltBarsAndLabels ( double xac, double yac, double zac ) : void
btnCalAccel_Click ( object sender, EventArgs e ) : void
btnClear_Click ( object sender, EventArgs e ) : void
btnConnect_Click ( object sender, EventArgs e ) : void
btnInv_Click ( object sender, EventArgs e ) : void
btnLogging_Click ( object sender, EventArgs e ) : void
btnSettings_Click ( object sender, EventArgs e ) : void
chkBinkBonk_CheckedChanged ( object sender, EventArgs e ) : void
chkMIDI_CheckedChanged ( object sender, EventArgs e ) : void
chkSaturn_CheckedChanged ( object sender, EventArgs e ) : void
timerFrameRateMeasure_Tick ( object sender, EventArgs e ) : void
timerTagRateMeasure_Tick ( object sender, EventArgs e ) : void
timerUpdateGUI_Tick ( object sender, EventArgs e ) : void
txtIPAddress_TextChanged ( object sender, EventArgs e ) : void
txtTagRateWindowSeconds_TextChanged ( object sender, EventArgs e ) : void
updateSOCGraph ( ) : void

메소드 상세

AppendToDebugTextBox() 공개 메소드

Appends text to the "LLRP Messages" text box
public AppendToDebugTextBox ( string appendToTop ) : void
appendToTop string Text to append
리턴 void

AppendToMainTextBox() 공개 메소드

Appends text to the running Tag List text box
public AppendToMainTextBox ( string appendToTop ) : void
appendToTop string Text to append
리턴 void

ClearMaxMin() 공개 메소드

public ClearMaxMin ( ) : void
리턴 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

MainFrm() 공개 메소드

public MainFrm ( ) : System
리턴 System

getAccelInfo() 공개 메소드

public getAccelInfo ( ) : Accel
리턴 Accel

프로퍼티 상세

accelInfo 공개적으로 프로퍼티

public Accel accelInfo
리턴 Accel