ami_Property

Type

Declaration

typedef struct amiProperty{

char* name;

void* value;

struct amiProperty * next;

}ami_Property;

 

Purpose

This data-structure helps creating AMI Transport properties link-list using ami_AddProperty AMI API, which will be passed to AMI Session create API.