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

Method HandlePromiscuousApplicationCommandHandlerRequest

cpp/src/Driver.cpp:3821–3830  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Process a request from the Z-Wave PC interface when in promiscuous mode. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

3819// Process a request from the Z-Wave PC interface when in promiscuous mode.
3820//-----------------------------------------------------------------------------
3821void Driver::HandlePromiscuousApplicationCommandHandlerRequest
3822(
3823 uint8* _data
3824)
3825{
3826 //uint8 nodeId = _data[3];
3827 //uint8 len = _data[4];
3828 //uint8 classId = _data[5];
3829 //uint8 destNodeId = _data[5+len];
3830}
3831
3832//-----------------------------------------------------------------------------
3833// <Driver::HandleAssignReturnRouteRequest>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected