#include <SwiStructsCm.h>
Public Attributes | |
U32 | sizeStruct |
U8 | ClientMac [LENGTH_MacAddress] |
U8 | ServerMac [LENGTH_MacAddress] |
SWI_TYPE_Device | eDevice |
This structure is used by SwiGetAvailAirServers to return the list of available air servers (devices) on the system. Similarly, SwiSelectAirServer uses this structure to bind to an air server. SWI_NOTIFY_AirServerChange uses this structure to signal the availability of an air server.
Supports both GSM and CDMA PC cards, embedded devices, and MP line of products.
See sample code, ConnectApi
U8 SWI_STRUCT_AirServer::ClientMac[LENGTH_MacAddress] |
MAC address of local adapter through which we access the air server. This field mainly applies to MP devices. When calling SwiSelectAirServer, simply provide the value returned from SwiGetAvailAirServers or SWI_NOTIFY_AirServerChange.
SWI_TYPE_Device SWI_STRUCT_AirServer::eDevice |
Device of interest.
U8 SWI_STRUCT_AirServer::ServerMac[LENGTH_MacAddress] |
MAC address of the air server. When calling SwiSelectAirServer, simply provide the value returned from SwiGetAvailAirServers or SWI_NOTIFY_AirServerChange.
The size, in bytes, of this structure. This value must always be populated by the calling application.