amiws  2.2.1
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

◆ address

char* amiws_conn::address

Connection address. Will be generated.

◆ ami_ver

AMIVer amiws_conn::ami_ver

AMI version as server prompts.

◆ event_names

char* amiws_conn::event_names

Event names filter.

◆ host

char* amiws_conn::host

AMI server host of IP.

◆ id

int amiws_conn::id

Connection ID. Autogenerated.

◆ is_ssl

int amiws_conn::is_ssl

Flag if SSL is used.

◆ name

char* amiws_conn::name

Connection name.

◆ next

struct amiws_conn* amiws_conn::next

Pointer to next connection.

◆ port

unsigned int amiws_conn::port

AMI server port.

◆ secret

char* amiws_conn::secret

AMI password.

◆ username

char* amiws_conn::username

AMI username.


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