Diffusion C API  6.10.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
location_details_s Struct Reference

This structure describes the network and physical location of a client/session. More...

Data Fields

char * address
 IP address of connecting client.
 
char * hostname
 Hostname of connecting client.
 
char * resolvedname
 The hostname of the connecting client.
 
ADDRESS_TYPE_T addresstype
 The type of address (external, or internal to the machine).
 
char * country
 ISO 3166 country code.
 
char * language
 ISO 369 language code.
 
float latitude
 Client's latitude.
 
float longitude
 Client's longitude.
 

Detailed Description

This structure describes the network and physical location of a client/session.

If a field cannot be determined, it will be NULL or set to the default value for the field type.


The documentation for this struct was generated from the following file: