amiws  2.2.1
 All Classes Files Functions Variables Enumerations Macros
Public Attributes | List of all members
amiws_conn Struct Reference

#include <amiws.h>

Collaboration diagram for amiws_conn:
Collaboration graph
[legend]

Public Attributes

int id
 
char * name
 
char * address
 
unsigned int port
 
char * host
 
char * username
 
char * secret
 
char * event_names
 
AMIVer ami_ver
 
int is_ssl
 
struct amiws_connnext
 

Detailed Description

AMI connection structure.

Member Data Documentation

char* amiws_conn::address

Connection address. Will be generated.

AMIVer amiws_conn::ami_ver

AMI version as server prompts.

char* amiws_conn::event_names

Event names filter.

char* amiws_conn::host

AMI server host of IP.

int amiws_conn::id

Connection ID. Autogenerated.

int amiws_conn::is_ssl

Flag if SSL is used.

char* amiws_conn::name

Connection name.

struct amiws_conn* amiws_conn::next

Pointer to next connection.

unsigned int amiws_conn::port

AMI server port.

char* amiws_conn::secret

AMI password.

char* amiws_conn::username

AMI username.


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