I-8088W API Reference Manual, Version 1.0.0, Aug. 2010 --- 75
4.16. pac_i8088W_Sync_Stop
The function is used to stop the synchronization of PWM pulse.
Syntax
short pac_i8088W_Sync_Stop(int slot);
Parameter
1. slot 0 ~ 7
Return Values
Please refer to Error Code Table.
Examples
[C]
int slot;
slot = 0;
pac_i8088W_Sync_Stop(slot);
[C#]
using pac8088WNet;
int slot;
slot = 0;
pac8088W.Sync_Stop(slot);