| « Previous Thread | Next Thread » |
|
Hi
I can not find a API-Call in the Dokumentation to get the Information provided in IND_NET_STATUS. The Structure is documented and well defined in net.h Has anybody a Example? Tnx Indication data received in INDNETSTATUS structure. typedef struct _INDNETSTATUS( IPCINDHEADER Header; BYTE Type; BYTE Pad; WCHAR OperatorName[MAX_GSM_OPERATOR_NAME_LENGTH+1]; DWORD OperatorId; DWORD RSSI; DWORD RSSIdBm; ) STRUCTURENAME, *PSTRUCTURENAME; |
|
The indications are asynchronous, they arrive whenever there is some event (e.g. an incoming call or a change of parameters) that needs to be indicated. Therefore there are no API calls to get that information. The client application needs to register the indications that it wishes to receive and then just wait. Please see the NAAS (Network Access Authentication Service) sample code provided with the D211 SDK for an example on how to use indications.
Best Regards, Nokia D211 Support |
| « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|