Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 4 AMI API : Data Types Summary : ami_Property

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.
 

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved