Performs node processing. The broker invokes this function when a message is received on one of the input terminals of an instance of a node object. The function forms the main logic of the message processing node or output node. It is not used with input nodes.
You must define a function table before you call this function.
Defined In | Type | Member |
---|---|---|
CNI_VFT | Conditional | iFpEvaluate |
void cniEvaluate( CciContext *context, CciMessage *localEnvironment, CciMessage *exceptionList, CciMessage *message);
For compatibility with earlier versions, you can refer to this parameter as destinationList.