Destination Advertisement Object Acknowledgement.  
 More...
Destination Advertisement Object Acknowledgement. 
- See also
 - RFC6550, section 6.5, Destination Advertisement Object Acknowledgement  
 
Definition at line 166 of file structs.h.
 
#include <structs.h>
 | 
| uint8_t  | instance_id | 
|   | id of the instance  
  | 
|   | 
| uint8_t  | d_reserved | 
|   | if set, indicates that the DODAG id should be included  
  | 
|   | 
| uint8_t  | dao_sequence | 
|   | sequence must be equal to the sequence from the DAO object  
  | 
|   | 
| uint8_t  | status | 
|   | indicates completion  
  | 
|   | 
◆ d_reserved
      
        
          | uint8_t gnrc_rpl_dao_ack_t::d_reserved | 
        
      
 
if set, indicates that the DODAG id should be included 
Definition at line 168 of file structs.h.
 
 
◆ dao_sequence
      
        
          | uint8_t gnrc_rpl_dao_ack_t::dao_sequence | 
        
      
 
sequence must be equal to the sequence from the DAO object 
Definition at line 169 of file structs.h.
 
 
◆ instance_id
      
        
          | uint8_t gnrc_rpl_dao_ack_t::instance_id | 
        
      
 
id of the instance 
Definition at line 167 of file structs.h.
 
 
◆ status
      
        
          | uint8_t gnrc_rpl_dao_ack_t::status | 
        
      
 
indicates completion 
Definition at line 170 of file structs.h.
 
 
The documentation for this struct was generated from the following file: