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 a
dds 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
Parameter |
Description |
|
Name of the parameter. |
|
Value of the parameter. |
ami_Property |
Reference to the property. |
The following table provides the supported property names and their default values:
Property Name |
Mandatory |
Default |
Description |
|||
|
No |
|
The hawk domain. |
|||
|
No |
|
Choice of transport. The available options are:
|
Properties List for hawk_transport = tibrv
Property Name |
Mandatory |
Default |
Description |
|
No |
|
TIBCO Rendezvous service property. |
|
No |
|
TIBCO Rendezvous network property. |
rv_daemon |
No |
|
TIBCO Rendezvous daemon property. |
rv_queue |
No |
|
TIBCO Rendezvous queue for AMI session. |
rv_transport |
No |
|
TIBCO Rendezvous transport for AMI session. |