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


Chapter 6 C AMI API Reference : AMI C API Session Functions : ami_AddProperty()

ami_AddProperty()
Function
Declaration
ami_Error ami_AddProperty(
const char * inpName,
void * inpValue,
ami_Property ** inpProperties );
Purpose
Creates a linked list defined as ami_Property and adds transport properties to it. The ami_AddProperty() API allocates memory and creates a linked list for every parameter added.
Create property list using the ami_AddProperty() API and pass it to ami_SessionCreateUsingProperties() API.
Parameters
 
The following table provides the supported property names and their default values:
 
Table 7 Properties List for hawk_transport = tibrv
 
TIBCO Rendezvous service property.
TIBCO Rendezvous network property.
TIBCO Rendezvous daemon property.
TIBCO Rendezvous queue for AMI session.
TIBCO Rendezvous transport for AMI session.
 

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