MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / Reset

Method Reset

cpp/src/platform/windows/EventImpl.cpp:74–79  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Set the event to not signalled -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

72// Set the event to not signalled
73//-----------------------------------------------------------------------------
74void EventImpl::Reset
75(
76)
77{
78 ::ResetEvent( m_hEvent );
79}
80
81//-----------------------------------------------------------------------------
82// <EventImpl::IsSignalled>

Callers 1

StartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected