----------------------------------------------------------------------------- Process a response from the Z-Wave PC interface -----------------------------------------------------------------------------
| 6312 | // Process a response from the Z-Wave PC interface |
| 6313 | //----------------------------------------------------------------------------- |
| 6314 | bool 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> |