![ICP DAS USA I-8088W Скачать руководство пользователя страница 71](http://html1.mh-extra.com/html/icp-das-usa/i-8088w/i-8088w_api-reference-manual_3655886071.webp)
I-8088W API Reference Manual, Version 1.0.0, Aug. 2010 --- 71
Examples
[C]
int slot,ch, enBit;
slot = 0;
enBit=1;
for(ch=0;ch<8;ch++)
{
pac_i8088W_ SetSyncChannel(slot,ch, enBit);
}
[C#]
using pac8088WNet;
int slot,ch, enBit;
slot = 0;
enBit=1;
for(ch=0;ch<8;ch++)
{
pac8088W.SetSyncChannel (slot,ch, enBit);
}