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

Method HandleSerialAPISoftResetResponse

cpp/src/Driver.cpp:2701–2707  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2699// Process a response from the Z-Wave PC interface
2700//-----------------------------------------------------------------------------
2701void Driver::HandleSerialAPISoftResetResponse
2702(
2703 uint8* _data
2704)
2705{
2706 Log::Write( LogLevel_Info, GetNodeNumber( m_currentMsg ), "Received reply to Soft Reset." );
2707}
2708
2709//-----------------------------------------------------------------------------
2710// <Driver::HandleSerialAPIResetRequest>

Callers

nothing calls this directly

Calls 1

WriteFunction · 0.85

Tested by

no test coverage detected