DFACE JAVA SDK  4.0.0
DFace.DfaceAccredit Class Reference

class DfaceAccredit, a class responsible for accrediting More...

Inheritance diagram for DFace.DfaceAccredit:
Collaboration diagram for DFace.DfaceAccredit:

Public Member Functions

 DfaceAccredit (out int code)
 DfaceAccredit Constructor More...
 
void Dispose ()
 DfaceAccredit Destructor More...
 
int login ()
 Login for activation and check the device is activated More...
 
int logout ()
 Activation tool logout More...
 
int getVersion ()
 Activation tool version More...
 
int getDeviceFingerPrint (String sn_code, String filename)
 Get device fingerPrint information More...
 
int updateOnline (String sn_code)
 Online activation More...
 
int updateOfline (String filename)
 OffLine activation More...
 

Detailed Description

class DfaceAccredit, a class responsible for accrediting

Constructor & Destructor Documentation

DFace.DfaceAccredit.DfaceAccredit ( out int  code)

DfaceAccredit Constructor

Parameters
codestatus(0:OK non-0:Error)

Member Function Documentation

void DFace.DfaceAccredit.Dispose ( )

DfaceAccredit Destructor

int DFace.DfaceAccredit.getDeviceFingerPrint ( String  sn_code,
String  filename 
)

Get device fingerPrint information

Parameters
sn_codeActivation code
filenamefingerPrintInfo Output fingerPrint information
Returns
0:success, other:Error Code
int DFace.DfaceAccredit.getVersion ( )

Activation tool version

Returns
version
int DFace.DfaceAccredit.login ( )

Login for activation and check the device is activated

public void writeTest(String chars, out int code) { DfaceAccreditDll.writeTest(chars, out code); }

Returns
0:Activated other:Error Code
int DFace.DfaceAccredit.logout ( )

Activation tool logout

Returns
0:success, other:Error Code
int DFace.DfaceAccredit.updateOfline ( String  filename)

OffLine activation

Parameters
filenameActivation file path
Returns
0:success, other:Error Code
int DFace.DfaceAccredit.updateOnline ( String  sn_code)

Online activation

Parameters
sn_codeActivation code
Returns
0:success, other:Error Code

The documentation for this class was generated from the following file: