----------------------------------------------------------------------------- Process a response from the Z-Wave PC interface -----------------------------------------------------------------------------
| 6280 | // Process a response from the Z-Wave PC interface |
| 6281 | //----------------------------------------------------------------------------- |
| 6282 | bool 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> |