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

Method CommandClasses

cpp/src/command_classes/CommandClasses.cpp:111–117  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Constructor -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

109// Constructor
110//-----------------------------------------------------------------------------
111CommandClasses::CommandClasses
112(
113)
114{
115 memset( m_commandClassCreators, 0, sizeof(pfnCreateCommandClass_t)*256 );
116 memset( m_supportedCommandClasses, 0, sizeof(uint32)*8 );
117}
118
119//-----------------------------------------------------------------------------
120// <CommandClasses::IsSupported>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected