Go to the source code of this file.
◆ Dsap_handleFrame()
Process received request. 
- Parameters
 - 
  
    | item | Structure containing the received request frame  | 
  
   
- Returns
 - True, if a response was generated 
 
 
 
◆ Dsap_packetReceived()
Create a packet received indication for sending to WAPS protocol. 
- Parameters
 - 
  
    | data | Information on incoming data  | 
    | dst_addr | Destination address of packet, either unicast address or broadcast  | 
    | output_ptr | Memory area to construct the reply to  | 
  
   
 
 
◆ Dsap_packetSent()
      
        
          | void Dsap_packetSent  | 
          ( | 
          pduid_t  | 
          id,  | 
        
        
           | 
           | 
          uint8_t  | 
          src_ep,  | 
        
        
           | 
           | 
          uint8_t  | 
          dst_ep,  | 
        
        
           | 
           | 
          uint32_t  | 
          queue_time,  | 
        
        
           | 
           | 
          w_addr_t  | 
          dst,  | 
        
        
           | 
           | 
          bool  | 
          success,  | 
        
        
           | 
           | 
          waps_item_t *  | 
          output_ptr  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Create a packet sent indication for sending to WAPS protocol. 
- Parameters
 - 
  
    | id | Tracking id for PDU  | 
    | src_ep | Source end point  | 
    | dst_ep | Destination end point  | 
    | queue_time | Packet queuing time  | 
    | dst | Packet destination address  | 
    | success | True, if the packet was successfully sent  | 
    | output_ptr | Memory area to construct the reply to  |