I-8014W API User Manual, v1.0.1, June 2011
Copyright © 2011 ICP DAS Co., Ltd. All Rights Reserved. E-mail: [email protected]
57
Example
[C/C++]
int slotIndex,err;
err=i8014W_Init(slotIndex);
if(err==0)
{
Print(
“There is an I-8014W at slot %d\n”,slotIndex);
}
else
{
Print(
“There is no I-8014W at slot %d\n”,slotIndex);
}