otWakeupRequest
    #include <link.h>
  
Represents the request to wake up the peer.
Summary
        Public attributes | 
    |
|---|---|
        mExtAddress
       | 
      
        
         IEEE 802.15.4 Extended Address of the Wake-up Listener.  
       | 
    
        mShared
       | 
      
        union otWakeupRequest::@18
         | 
    
        mType
       | 
      
        
         Indicates the wake-up request type ( 
      OT_WAKEUP_TYPE_* enumeration).  | 
    
        mWakeupId
       | 
      
        
         Wake-up identifier of the Wake-up Listener.  
       | 
    
Public attributes
mExtAddress
otExtAddress otWakeupRequest::mExtAddress
IEEE 802.15.4 Extended Address of the Wake-up Listener.
mShared
union otWakeupRequest::@18 otWakeupRequest::mShared
mType
otWakeupType otWakeupRequest::mType
Indicates the wake-up request type (OT_WAKEUP_TYPE_* enumeration). 
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.