User`s guide

FUNCTIONS
SDK SECTION 11
Page 205
SetDDGInsertionDelay
unsigned int WINAPI SetDDGInsertionDelay(int state)
Description
This function controls the length of the insertion delay.
Parameters
int state: NORMAL/FAST switch for insertion delay.
Valid values: 0 to set normal insertion delay.
1 to set fast insertion delay.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_I2CTIMEOUT
DRV_I2CDEVNOTFOUND
DRV_ERROR_ACK
Value for delay accepted.
System not initialized.
Acquisition in progress.
I2C command timed out.
I2C device not present.
Unable to communicate with card.
See also
SetDDGIntelligate
NOTE: Available on iStar.
SetDDGIntelligate
unsigned int WINAPI SetDDGIntelligate(int state)
Description
This function controls the MCP gating. Not available when the fast insertion delay option
is selected.
Parameters
int state: ON/OFF switch for the MCP gating.
Valid values: 0 to switch MCP gating OFF.
1 to switch MCP gating ON.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_I2CTIMEOUT
DRV_I2CDEVNOTFOUND
DRV_ERROR_ACK
Intelligate option accepted.
System not initialized.
Acquisition in progress.
I2C command timed out.
I2C device not present.
Unable to communicate with card.
See also
SetDDGInsertionDelay
NOTE: Available on iStar.