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.
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.