com.upek.android.ptapi
Interface PtConnectionManufacturingI

All Superinterfaces:
PtConnectionI
All Known Subinterfaces:
PtConnectionAdvancedI
All Known Implementing Classes:
PtConnection

public interface PtConnectionManufacturingI
extends PtConnectionI

Extends PTAPI connection interface with manufacturing operations.


Method Summary
 byte[] firmwareGetCfg(int dwCfgItemId)
          Read current setting of firmware configuration.
 void firmwareRequestReboot(boolean boReboot)
          Requests FM to reboot after the current session ends.
 void firmwareSetCfg(int dwCfgItemId, byte[] data)
          Modifies the firmware configuration of a FM.
 
Methods inherited from interface com.upek.android.ptapi.PtConnectionI
authentify, authentifyAdv, authentifyEx, calibrate, cancel, capture, close, closeDevice, closeSession, convertTemplate, convertTemplateEx, deleteAllFingers, deleteFinger, detectFingerEx, enroll, extendedInfo, formatInternalNVM, getAccessRights, getAppData, getAvailableMemory, getFingerData, getImageFormat, getLED, getSessionCfgEx, getSwipeInfo, grab, grabWindow, identifyMatchOnHost, info, isStrongEncryptionEnabled, listAllFingers, loadFinger, navigate, navigateWithSleep, openSession, scanQuality, secureChannel, secureChannelEx, setAppData, setFingerData, setFingerPayload, setGUICallbacks, setImageFormat, setLED, setSessionCfgEx, sleep, sleepThenCapture, sleepThenGrab, storeFinger, transact, updateFingerPayload, verify, verifyAll, verifyEx, verifyMatch, verifyMatchOnHost
 

Method Detail

firmwareGetCfg

byte[] firmwareGetCfg(int dwCfgItemId)
                      throws PtException
Read current setting of firmware configuration.

Parameters:
dwCfgItemId - ID of requested firmware configuration item.
Returns:
resulting firmware configuration data.
Throws:
PtException - Exception with operation status (error) code.

firmwareSetCfg

void firmwareSetCfg(int dwCfgItemId,
                    byte[] data)
                    throws PtException
Modifies the firmware configuration of a FM.

Parameters:
dwCfgItemId - ID of firmware configuration item which has to be set.
data - firmware configuration data to be used for given configuration item.
Throws:
PtException - Exception with operation status (error) code.

firmwareRequestReboot

void firmwareRequestReboot(boolean boReboot)
                           throws PtException
Requests FM to reboot after the current session ends.

Parameters:
boReboot - Set or cancel request for reboot.
Throws:
PtException - Exception with operation status (error) code.