Go to the source code of this file.
◆ Msap_getStackStatusIndication()
Used to generate an indication when stack reboots. 
- Returns
 - waps_item containing stack status 
 
 
 
◆ Msap_handleAppConfig()
      
        
          | void Msap_handleAppConfig  | 
          ( | 
          uint8_t  | 
          seq,  | 
        
        
           | 
           | 
          const uint8_t *  | 
          config,  | 
        
        
           | 
           | 
          uint16_t  | 
          interval,  | 
        
        
           | 
           | 
          waps_item_t *  | 
          item  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Create new app config indication. 
- Note
 - This should only be called when new DREQ are received 
 
- Parameters
 - 
  
    | seq | Application config sequence  | 
    | config | New application config data  | 
    | interval | Diagnostic interval in seconds  | 
    | item | Memory area where indication is constructed to  | 
  
   
 
 
◆ Msap_handleCdc()
Create a new CDC item indication. 
- Note
 - This should only be called when new DREQ are received 
 
- Parameters
 - 
  
    | cdc_item | CDC item to be sent  | 
    | item | Memory area where indication is constructed to  | 
  
   
 
 
◆ Msap_handleFrame()
Process received request. 
- Parameters
 - 
  
    | item | Structure containing the received request frame  | 
  
   
- Returns
 - True, if a response was generated 
 
 
 
◆ Msap_onScannedNbors()
Generate an indication after to scan neighbors is done. 
- Parameters
 - 
  
    | item | Where the indication is generated  |