----------------------------------------------------------------------------- Handle a message from the Z-Wave network -----------------------------------------------------------------------------
| 26 | // Handle a message from the Z-Wave network |
| 27 | //----------------------------------------------------------------------------- |
| 28 | bool SimpleAV::HandleMsg |
| 29 | ( |
| 30 | uint8 const* _data, |
| 31 | uint32 const _length, |
| 32 | uint32 const _instance |
| 33 | ) |
| 34 | { |
| 35 | return true; |
| 36 | } |
| 37 | |
| 38 | //----------------------------------------------------------------------------- |
| 39 | // <SimpleAV::SetValue> |
nothing calls this directly
no outgoing calls
no test coverage detected