Ejemplo n.º 1
0
 public bool SetEvent()
 {
     return(CoreDLL.EventModify(_hSyncHandle, (int)EventAction.Set));
 }
Ejemplo n.º 2
0
 public bool  PulseEvent()
 {
     return(CoreDLL.EventModify(_hSyncHandle, (int)EventAction.Pulse));
 }