----------------------------------------------------------------------------- Constructor -----------------------------------------------------------------------------
| 53 | // Constructor |
| 54 | //----------------------------------------------------------------------------- |
| 55 | Association::Association |
| 56 | ( |
| 57 | uint32 const _homeId, |
| 58 | uint8 const _nodeId |
| 59 | ): |
| 60 | CommandClass( _homeId, _nodeId ), |
| 61 | m_queryAll(false), |
| 62 | m_numGroups(0) |
| 63 | { |
| 64 | SetStaticRequest( StaticRequest_Values ); |
| 65 | } |
| 66 | |
| 67 | //----------------------------------------------------------------------------- |
| 68 | // <Association::ReadXML> |
nothing calls this directly
no outgoing calls
no test coverage detected