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

Method HandleCreateNewPrimaryRequest

cpp/src/Driver.cpp:3555–3562  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3553// Process a request from the Z-Wave PC interface
3554//-----------------------------------------------------------------------------
3555void 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>

Callers

nothing calls this directly

Calls 1

WriteFunction · 0.85

Tested by

no test coverage detected