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

Method HandleReadMemoryResponse

cpp/src/Driver.cpp:6314–6323  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

6312// Process a response from the Z-Wave PC interface
6313//-----------------------------------------------------------------------------
6314bool Driver::HandleReadMemoryResponse
6315(
6316 uint8* _data
6317)
6318{
6319 // the meaning of this command and its response is currently unclear
6320 bool res = true;
6321 Log::Write( LogLevel_Info, GetNodeNumber( m_currentMsg ), "Received reply to FUNC_ID_MEMORY_GET_BYTE" );
6322 return res;
6323}
6324
6325//-----------------------------------------------------------------------------
6326// <Driver::HandleGetVirtualNodesResponse>

Callers

nothing calls this directly

Calls 1

WriteFunction · 0.85

Tested by

no test coverage detected