CPXdisconnectchannel


Description

The routine CPXdisconnectchannel() flushes all message destinations associated with a channel and clears the corresponding message destination list.

Return Value

This routine does not have a return value.

Synopsis

  void CPXdisconnectchannel (CPXCENVptr env, CPXCHANNELptr channel);

Arguments

CPXCENVptr env

The pointer to the CPLEX environment as returned by CPXopenCPLEX().

CPXCHANNELptr channel

A pointer to the channel containing the message destinations to be flushed and cleared.

Example

  CPXdisconnectchannel (env, mychannel);


Previous Page: CPXdelsetsos Return to Top Next Page: CPXdisplayiis