----------------------------------------------------------------------------- Process a request from the Z-Wave PC interface -----------------------------------------------------------------------------
| 3553 | // Process a request from the Z-Wave PC interface |
| 3554 | //----------------------------------------------------------------------------- |
| 3555 | void Driver::HandleCreateNewPrimaryRequest |
| 3556 | ( |
| 3557 | uint8* _data |
| 3558 | ) |
| 3559 | { |
| 3560 | Log::Write( LogLevel_Info, GetNodeNumber( m_currentMsg ), "FUNC_ID_ZW_CREATE_NEW_PRIMARY:" ); |
| 3561 | CommonAddNodeStatusRequestHandler( FUNC_ID_ZW_CREATE_NEW_PRIMARY, _data ); |
| 3562 | } |
| 3563 | |
| 3564 | //----------------------------------------------------------------------------- |
| 3565 | // <Driver::HandleSetLearnModeRequest> |