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

Method GetAllScenes

cpp/src/Manager.cpp:4534–4541  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Return an array of all Scene Ids -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

4532// Return an array of all Scene Ids
4533//-----------------------------------------------------------------------------
4534uint8 Manager::GetAllScenes
4535(
4536 uint8** _sceneIds
4537)
4538{
4539 *_sceneIds = NULL;
4540 return Scene::GetAllScenes( _sceneIds );
4541}
4542
4543//-----------------------------------------------------------------------------
4544// <Manager::RemoveAllScenes>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected