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

Method HandleAddNodeToNetworkRequest

cpp/src/Driver.cpp:3385–3392  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3383// Process a request from the Z-Wave PC interface
3384//-----------------------------------------------------------------------------
3385void Driver::HandleAddNodeToNetworkRequest
3386(
3387 uint8* _data
3388)
3389{
3390 Log::Write( LogLevel_Info, GetNodeNumber( m_currentMsg ), "FUNC_ID_ZW_ADD_NODE_TO_NETWORK:" );
3391 CommonAddNodeStatusRequestHandler( FUNC_ID_ZW_ADD_NODE_TO_NETWORK, _data );
3392}
3393
3394//-----------------------------------------------------------------------------
3395// <Driver::HandleRemoveNodeFromNetworkRequest>

Callers

nothing calls this directly

Calls 1

WriteFunction · 0.85

Tested by

no test coverage detected