Data Fields | |
int | id |
Network ID. | |
int | n |
Number of areas available for the mobile network. | |
int | siz |
Size of the whole mobile network tree in the resulting file. | |
struct _area * | areas |
Areas for the network. | |
struct _net * | next |
Next element in the list. |
int _net::id |
Network ID.
int _net::n |
Number of areas available for the mobile network.
Number of areas in the list pointed by areas.
int _net::siz |
Size of the whole mobile network tree in the resulting file.
This is the size in bytes of this structure + total sizes of all areas belonging to this mobile network.
struct _area* _net::areas [read] |
Areas for the network.
struct _net* _net::next [read] |
Next element in the list.