Old revisions Add to book Export to PDF Table of Contents Option API setFingerprintOption Parameters Return Code getFingerprintOption Parameters Return Code setCardOption Parameters Return Code getCardOption Parameters Return Code getWiegandOption Parameters Return Code getWiegandOption Parameters Return Code Book Creator Add this page to your book Book Creator Remove this page from your book Manage book (0 page(s)) Help This is an old revision of the document! Option API setFingerprintOption Save the fingerprint option information for the device. int setFingerprintOption(FingerprintOption option) Parameters option: fingerprint option information Refer to FingerprintOption 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 option: fingerprint option information Refer to FingerprintOption 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 option: card option information Refer to CardOption 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 option : card option information Refer to CardOption Return Code Returns “SUCCESS” if successfully launched; returns the corresponding error code if an error occurs. getWiegandOption Save the Wiegand option information for the device. int setWiegandOption(WiegandOption option) Parameters option: Wiegand option information Refer to WiegandOption 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 option: Wiegand option information (WiegandOption) Refer to WiegandOption Return Code Returns “SUCCESS” if successfully launched; returns the corresponding error code if an error occurs.