#include <SwiStructsCm.h>
Public Attributes | |
U32 | sizeStruct |
WCHAR | szProductName [LENGTH_ProductName] |
SWI_TYPE_ProductClass | eProductClass |
SWI_TYPE_WirelessTech | eWirelessTech |
WCHAR | szModemName [LENGTH_ModemName] |
WCHAR | szHardwareId [LENGTH_HardwareId] |
UINT | nInterfaceAvail |
This structure is used by SwiGetAirServerInfo to retrieve additional information about a particular air server.
Supports both GSM and CDMA PC cards, embedded devices, and MP line of products.
See Also
SWI_TYPE_WirelessTech
See sample code, ConnectApi
SWI_TYPE_ProductClass SWI_STRUCT_AirServerExtended::eProductClass |
A Product class enumeration. See SWI_TYPE_ProductClass for list of possible values.
SWI_TYPE_WirelessTech SWI_STRUCT_AirServerExtended::eWirelessTech |
A Mobile wireless technology enumeration. See SWI_TYPE_WirelessTech for list of possible values.
Bitmask indicating available interfaces/functionality:
The size, in bytes, of this structure. This value must always be populated by the calling application.
WCHAR SWI_STRUCT_AirServerExtended::szHardwareId[LENGTH_HardwareId] |
A NULL terminated string which contains the hardware ID of the network adapter interface.
WCHAR SWI_STRUCT_AirServerExtended::szModemName[LENGTH_ModemName] |
A NULL terminated string which contains the friendly dial-up modem name. This is the same value listed under Device Manager->Modems.
WCHAR SWI_STRUCT_AirServerExtended::szProductName[LENGTH_ProductName] |
A NULL terminated string which contains the Sierra Wireless product name. Length of value is restricted to LENGTH_ProductName.