----------------------------------------------------------------------------- Process a response from the Z-Wave PC interface -----------------------------------------------------------------------------
| 2699 | // Process a response from the Z-Wave PC interface |
| 2700 | //----------------------------------------------------------------------------- |
| 2701 | void 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> |