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

Method HandleMsg

cpp/src/command_classes/SimpleAV.cpp:28–36  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Handle a message from the Z-Wave network -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

26// Handle a message from the Z-Wave network
27//-----------------------------------------------------------------------------
28bool 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>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected