C# Class RTEvents.RTEventsMain

ファイルを表示 Open project: photon-infotech/connect-to-door Class Usage Examples

Public Properties

Property Type Description
axCZKEM1 zkemkeeper.CZKEMClass
axCZKEM2 zkemkeeper.CZKEMClass

Public Methods

Method Description
RTEventsMain ( ) : System

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.

btnConnect_Click ( object sender, EventArgs e ) : void
handleOnAlarm ( int iAlarmType, int iEnrollNumber, int iVerified ) : void
handleOnAttTransactionEx ( string sEnrollNumber, int iIsInValid, int iAttState, int iVerifyMethod, int iYear, int iMonth, int iDay, int iHour, int iMinute, int iSecond, int iWorkCode ) : void
handleOnDeleteTemplate ( int iEnrollNumber, int iFingerIndex ) : void
handleOnDoor ( int iEventType ) : void
handleOnEmptyCard ( int iActionResult ) : void
handleOnEnrollFingerEx ( string sEnrollNumber, int iFingerIndex, int iActionResult, int iTemplateLength ) : void
handleOnFinger ( ) : void
handleOnFingerFeature ( int iScore ) : void
handleOnHIDNum ( int iCardNumber ) : void
handleOnNewUser ( int iEnrollNumber ) : void
handleOnVerify ( int iUserID ) : void
handleOnWriteCard ( int iEnrollNumber, int iActionResult, int iLength ) : void
regEventAzkem1 ( ) : void
regEventAzkem2 ( ) : void
rtTimer_Tick ( object sender, EventArgs e ) : void
unRegEventazKem1 ( ) : void
unRegEventazKem2 ( ) : void

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

RTEventsMain() public method

public RTEventsMain ( ) : System
return System

Property Details

axCZKEM1 public_oe property

public zkemkeeper.CZKEMClass axCZKEM1
return zkemkeeper.CZKEMClass

axCZKEM2 public_oe property

public zkemkeeper.CZKEMClass axCZKEM2
return zkemkeeper.CZKEMClass