#include <cidb.h>
Data Fields | |
int * | arr |
Array of data for the country, net and area ID. | |
int | size |
Size of the array pointed by arr in number of integers. | |
int | ctryid |
Country ID for the data in arr. | |
int | netid |
Mobile network ID for the data in arr. | |
int | areaid |
Area ID for the data in arr. |
Initialize this structure with 0 prior to the first use. At least set arr to NULL and size to 0.
int* t_cidbrd_ctx::arr |
Array of data for the country, net and area ID.
The array is build as follows
NULL for invalid (not yet used) context entries.
Size of the array pointed by arr in number of integers.
0 for invalid (not yet used) context entries.
Country ID for the data in arr.
Please ignore this value, if the constext entry is not valid yet.
Mobile network ID for the data in arr.
Please ignore this value, if the constext entry is not valid yet.
Area ID for the data in arr.
Please ignore this value, if the constext entry is not valid yet.