I-8088W API Reference Manual, Version 1.0.0, Aug. 2010 --- 39
3.14. i8088W_GetSyncChannel
The function is used to get the synchronous channel by using array.
Syntax
short i8088W_GetSyncChannel(int slot,int syncArr[]) ;
Parameter
1. slot 0 ~ 7
2. syncArr[] is an 8 bit array
3. syncArr[i]=1 means channel[i] is set as synchronous
Return Values
Please refer to Error Code Table.
Examples
[C]
int slot, syncArr[];
slot = 0;
i8088W_ GetSyncChannel (slot, syncArr);