Serial Framework C++ Edition

◆ Wait() [1/4]

static int Wait ( const HANDLE  Event)
static

Waits until the specified event is in the signaled state.

Parameters
EventA handle to the event.
Returns
If the function succeed the returns value is WCL_E_SUCCESS. Otherwise the function returns one of the WCL error codes.