IBM Integration Bus, Version 10.0.0.5 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS


cniGetOutputTerminal

Use cniGetOutputTerminal to locate a named output terminal, it if exists.

Returns a pointer to the named output terminal, or NULL if a terminal of this name does not exist.

Syntax

CciTerminal* cniGetOutputTerminal(
  int*                 returnCode,
  CciNode*             nodeObject,
  CciChar*             name);

Parameters

returnCode
The return code from the function (output).
Possible return codes are:
  • CCI_SUCCESS
  • CCI_EXCEPTION
nodeObject
The name of the node (input).
name
The name of the output terminal (input).

Return values

A pointer to the named output terminal, or NULL if a terminal of this name does not exist. If an error occurs, the returnCode parameter indicates the reason for the error.


as65000_.htm | Last updated 2016-06-25 08:08:17