Open topic with navigation
Type
typedef struct amiProperty{
char* name;
void* value;
struct amiProperty * next;
}ami_Property;
This data-structure helps creating AMI Transport properties link-list using ami_AddProperty AMI API, which will be passed to AMI Session create API.
ami_AddProperty
AMI Session create
Did you find this helpful?
Why wasn't this helpful? (check all that apply)
Want to tell us more?
Please select at least one option or provide details about the issue!!
Error occurred while submitting feedback.
Error2 occurred while submitting feedback.
Copyright © 1996-2023. Cloud Software Group, Inc. All Rights Reserved.