SimpleLink Host Driver  0.0.5.1
 All Data Structures Functions Variables Groups
Porting - Event Handlers

Macros

#define sl_WlanEvtHdlr
 An event handler for WLAN connection or disconnection indication This event handles async WLAN events. Possible events are: SL_WLAN_CONNECT_EVENT - indicates WLAN is connected SL_WLAN_DISCONNECT_EVENT - indicates WLAN is disconnected. More...
 
#define sl_NetAppEvtHdlr
 An event handler for IP address asynchronous event. Usually accepted after new WLAN connection. This event handles networking events. Possible events are: SL_NETAPP_IPV4_ACQUIRED - IP address was acquired (DHCP or Static) More...
 
#define sl_HttpServerCallback
 A callback for HTTP server events. Possible events are: SL_NETAPP_HTTPGETTOKENVALUE - NWP requests to get the value of a specific token SL_NETAPP_HTTPPOSTTOKENVALUE - NWP post to the host a new value for a specific token. More...
 

Detailed Description

This section includes the asynchronous event handlers routines

PORTING ACTION: -Uncomment the required handler and define your routine as the value of this handler

Macro Definition Documentation

#define sl_HttpServerCallback

A callback for HTTP server events. Possible events are: SL_NETAPP_HTTPGETTOKENVALUE - NWP requests to get the value of a specific token SL_NETAPP_HTTPPOSTTOKENVALUE - NWP post to the host a new value for a specific token.

Parameters
pServerEvent- Contains the relevant event information (SL_NETAPP_HTTPGETTOKENVALUE or SL_NETAPP_HTTPPOSTTOKENVALUE)
pServerResponse- Should be filled by the user with the relevant response information (i.e SL_NETAPP_HTTPSETTOKENVALUE as a response to SL_NETAPP_HTTPGETTOKENVALUE event)
See Also
Note
belongs to porting_sec
Warning
#define sl_NetAppEvtHdlr

An event handler for IP address asynchronous event. Usually accepted after new WLAN connection. This event handles networking events. Possible events are: SL_NETAPP_IPV4_ACQUIRED - IP address was acquired (DHCP or Static)

See Also
Note
belongs to porting_sec
Warning
#define sl_WlanEvtHdlr

An event handler for WLAN connection or disconnection indication This event handles async WLAN events. Possible events are: SL_WLAN_CONNECT_EVENT - indicates WLAN is connected SL_WLAN_DISCONNECT_EVENT - indicates WLAN is disconnected.

See Also
Note
belongs to porting_sec
Warning
See Also
Note
belongs to porting_sec
Warning