![]()  | 
  
    Diffusion C API 6.12.0
    
   | 
 
This structure describes the network and physical location of a client/session. More...
#include <client_details_types.h>
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.  | |
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.