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

Method GetNumScenes

cpp/src/Manager.cpp:4523–4528  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Return the number of defined scenes. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

4521// Return the number of defined scenes.
4522//-----------------------------------------------------------------------------
4523uint8 Manager::GetNumScenes
4524(
4525)
4526{
4527 return Scene::s_sceneCnt;
4528}
4529
4530//-----------------------------------------------------------------------------
4531// <Manager::GetAllScenes>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected