![ICP DAS USA I-8014W Скачать руководство пользователя страница 74](http://html1.mh-extra.com/html/icp-das-usa/i-8014w/i-8014w_user-manual_3653750074.webp)
I-8014W API User Manual, v1.0.1, June 2011
Copyright © 2011 ICP DAS Co., Ltd. All Rights Reserved. E-mail: [email protected]
74
i8014W_StopMagicScan
This function is used to stop Magic Scan; the operation of saving data into FIFO is
also stopped because no data is converted again.
Prototype
For MiniOS7
short i804W_StopMagicScan (int slot);
For Windows (CE and WES)
short pac_i8014W_StopMagicScan(int slot);
Parameter
slot: 0 ~ 7
Return
0 = No Error
For other returned value, see
Error code list, page 55.
Example
[C++]
int slot;
slot = 0;
i804W_StopMagicScan (slot);
//Detail reviews i804W_ReadFifo section