Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 6 C AMI API Reference : 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 © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved