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

Method GetNumGroups

cpp/src/Node.cpp:2967–2972  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Gets the number of association groups reported by this node -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

2965// Gets the number of association groups reported by this node
2966//-----------------------------------------------------------------------------
2967uint8 Node::GetNumGroups
2968(
2969)
2970{
2971 return (uint8) m_groups.size();
2972}
2973
2974//-----------------------------------------------------------------------------
2975// <Node::GetAssociations>

Callers 1

SendNextDataMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected