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

Method HandleSerialAPIResetRequest

cpp/src/Driver.cpp:2713–2724  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Process a response from the Z-Wave PC interface -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

2711// Process a response from the Z-Wave PC interface
2712//-----------------------------------------------------------------------------
2713void Driver::HandleSerialAPIResetRequest
2714(
2715 uint8* _data
2716)
2717{
2718 Log::Write( LogLevel_Info, GetNodeNumber( m_currentMsg ), "Received reply to complete Controller Reset." );
2719 if( m_controllerResetEvent != NULL )
2720 {
2721 m_controllerResetEvent->Set();
2722 m_controllerResetEvent = NULL;
2723 }
2724}
2725
2726//-----------------------------------------------------------------------------
2727// <Driver::HandleEnableSUCResponse>

Callers

nothing calls this directly

Calls 2

WriteFunction · 0.85
SetMethod · 0.45

Tested by

no test coverage detected