|
LinuxSDK
V1.4.0.5
|
#include <SwiApiNotify.h>
Data Fields | |
| swi_uint32 | sizeStruct |
| swi_uint32 | nNumNotif |
| enum SWI_TYPE_Notify | arrNotif [MAX_NOTIF_LIST] |
This structure is used for enabling multiple notifications simultaneously using the SwiNotify() function call.
This object is only supported on GSM devices.
| enum SWI_TYPE_Notify SWI_STRUCT_NotifList::arrNotif[MAX_NOTIF_LIST] |
Array of notification event types to be enabled. The API will enable all events in the array starting with index 0 up to index nNumNotif-1.
| swi_uint32 SWI_STRUCT_NotifList::nNumNotif |
The number of notifications events to enable. This value must be greater than 0.
| swi_uint32 SWI_STRUCT_NotifList::sizeStruct |
The size, in bytes, of this structure. This value must always be populated by the calling application when calling SwiGetRadioPower or SwiSetRadioPower.