Table of Contents

Option API

setFingerprintOption

Save the fingerprint option information for the device.

int setFingerprintOption(FingerprintOption option)

Parameters

Return Code

Returns “SUCCESS” if successfully launched; returns the corresponding error code if an error occurs.


getFingerprintOption

Get the fingerprint option information for the device.

int getFingerprintOption(FingerprintOption option)

Parameters

Return Code

Returns “SUCCESS” if successfully launched; returns the corresponding error code if an error occurs.


setCardOption

Save the card option information for the device.

int setCardOption(FingerprintOption option)

Parameters

Return Code

Returns “SUCCESS” if successfully launched; returns the corresponding error code if an error occurs.


getCardOption

Get the card option information for the device.

int getCardOption(CardOption option)

Parameters

Return Code

Returns “SUCCESS” if successfully launched; returns the corresponding error code if an error occurs.


setWiegandOption

Save the Wiegand option information for the device.

int setWiegandOption(WiegandOption option)

Parameters

Return Code

Returns “SUCCESS” if successfully launched; returns the corresponding error code if an error occurs.


getWiegandOption

Get the Wiegand option information for the device.

int getWiegandOption(WiegandOption option)

Parameters

Return Code

Returns “SUCCESS” if successfully launched; returns the corresponding error code if an error occurs.