I-8014W API User Manual, v1.0.1, June 2011
Copyright © 2011 ICP DAS Co., Ltd. All Rights Reserved. E-mail: [email protected]
87
i8014W_ClearInt
This function is used to clear the Magic Scan interrupt. In ISR, it should be called to
clear the triggered status for dealing with the next interrupt event.
Prototype
For MiniOS7
void i804W_ClearInt (int slot);
For Wi
n
dows (CE and WES)
void pac_i8014W_ClearInt(int slot);
Parameter
slot: 0 ~ 7
Return
None
Example
[C++]
int slot;
slot = 0;i804W_StopMagicScan (slot);
// Detail reviews i8014W_Install_MagicScanISR section