| 
| 
typedef std::map< int, OpenZWave::ValueID >  | valueMap_t | 
|   | 
      
        
          | zwNode  | 
          ( | 
          uint32_t  | 
          homeId,  | 
        
        
           | 
           | 
          uint8_t  | 
          nodeId  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
zwNode contructor.
- Parameters
 - 
  
    | homeId | the homeId os the network controller  | 
    | nodeId | the node index  | 
  
   
 
 
get the nodeId
- Returns
 - The nodeId for this node 
 
 
 
get the homeId
- Returns
 - The homeId for this node 
 
 
 
      
        
          | void addValueID  | 
          ( | 
          OpenZWave::ValueID  | 
          vid | ) | 
           | 
        
      
 
Add an OpenZWave ValueID and index to the value map, incrementing m_vindex.
- Parameters
 - 
  
  
 
 
 
      
        
          | void removeValueID  | 
          ( | 
          OpenZWave::ValueID  | 
          vid | ) | 
           | 
        
      
 
Remove an OpenZWave ValueID from the value map.
- Parameters
 - 
  
  
 
 
 
      
        
          | bool indexToValueID  | 
          ( | 
          int  | 
          index,  | 
        
        
           | 
           | 
          OpenZWave::ValueID *  | 
          vid  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Lookup and return a ValueID corresponding to an index.
- Parameters
 - 
  
    | index | the index to look up  | 
    | vid | The pointer to the returned ValueID, if it exists  | 
  
   
- Returns
 - true if the index was found, false otherwise 
 
 
 
      
        
          | void dumpNode  | 
          ( | 
          bool  | 
          all = false | ) | 
           | 
        
      
 
Dump various information about the ValueIDs stored in this node.
- Parameters
 - 
  
    | all | true to dump all values, false to limit dumping only 'user' values.  | 
  
   
 
 
The documentation for this class was generated from the following files:
- /var/lib/jenkins/workspace/upm-doc-stable/src/ozw/zwNode.h
 
- /var/lib/jenkins/workspace/upm-doc-stable/src/ozw/zwNode.cxx