I-8088W API Reference Manual, Version 1.0.0, Aug. 2010 --- 35
3.10. i8088W_SetBurstCount
The function is used to set the BurstCount of I-8088W.
Syntax
short i8088W_SetBurstCount(int slot,int ch,unsigned int burstCount);
Parameter
1. slot 0 ~ 7
2. ch 0 ~ 7
3. burstCount 0~65536
Return Values
Please refer to Error Code Table.
Examples
[C]
int slot,ch, burstCount;
slot = 0;
burstCount=10000;
for(ch=0;ch<8;ch++)
{
i8088W_ SetBurstCount (slot,ch, burstCount);
}