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

Method HandleSerialApiSetTimeoutsResponse

cpp/src/Driver.cpp:6282–6291  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

6280// Process a response from the Z-Wave PC interface
6281//-----------------------------------------------------------------------------
6282bool Driver::HandleSerialApiSetTimeoutsResponse
6283(
6284 uint8* _data
6285)
6286{
6287 // the meaning of this command and its response is currently unclear
6288 bool res = true;
6289 Log::Write( LogLevel_Info, GetNodeNumber( m_currentMsg ), "Received reply to FUNC_ID_SERIAL_API_SET_TIMEOUTS" );
6290 return res;
6291}
6292
6293//-----------------------------------------------------------------------------
6294// <Driver::HandleMemoryGetByteResponse>

Callers

nothing calls this directly

Calls 1

WriteFunction · 0.85

Tested by

no test coverage detected