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

Method HandleIncomingMsg

cpp/src/command_classes/MultiInstance.cpp:158–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158bool MultiInstance::HandleIncomingMsg
159(
160 uint8 const* _data,
161 uint32 const _length,
162 uint32 const _instance
163)
164{
165 return HandleMsg(_data, _length, _instance);
166}
167
168
169//-----------------------------------------------------------------------------

Callers 4

HandleMsgMethod · 0.45
HandleMsgMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected