![ICP DAS USA I-8014W Скачать руководство пользователя страница 82](http://html1.mh-extra.com/html/icp-das-usa/i-8014w/i-8014w_user-manual_3653750082.webp)
I-8014W API User Manual, v1.0.1, June 2011
Copyright © 2011 ICP DAS Co., Ltd. All Rights Reserved. E-mail: [email protected]
82
i8014W_ClearFIFO
This function is used to clear FIFO after the UnlockFIFO function executed. Keep the
FIFO unlocked and cleared before the next Magic Scan starting.
Prototype
For MiniOS7
void i804W_ClearFIFO (int slot);
For Windows (CE and WES)
void pac_i8014W_ClearFIFO(int slot);;
Parameter
slot: 0 ~ 7
Return
None
Example
[C++]
int slot;
slot = 0;
i804W_ClearFIFO (slot);
//Detail reviews i804W_ReadFIFO section