----------------------------------------------------------------------------- Process a request from the Z-Wave PC interface when in promiscuous mode. -----------------------------------------------------------------------------
| 3819 | // Process a request from the Z-Wave PC interface when in promiscuous mode. |
| 3820 | //----------------------------------------------------------------------------- |
| 3821 | void 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> |
nothing calls this directly
no outgoing calls
no test coverage detected