Prosody H.223 Mux: API: sm_h223mux_close_lc

This function is under development. It could be changed or withdrawn, and may not be implemented in this release.

Prototype Definition

int sm_h223mux_close_lc(struct sm_h223mux_close_lc_parms *close_lcp)

Parameters

*close_lcp
a structure of the following type:
typedef struct sm_h223mux_close_lc_parms {
	tSMH223muxId h223mux;					/* in */
	enum kSMH223muxChannelDirection {
		kSMH223muxChannelDirectionTransmit,
		kSMH223muxChannelDirectionReceive,
	} direction;						/* in */
	tSM_INT lcn;						/* in */
} SM_H223MUX_CLOSE_LC_PARMS;

Description

This function will close a specific logical channel.

Fields

h223mux (Only in Preliminary Documentation)
The mux to close the logical channel on.
direction (Only in Preliminary Documentation)
One of these values:
kSMH223muxChannelDirectionTransmit
logical channel transmit
kSMH223muxChannelDirectionReceive
logical channel receive
lcn (Only in Preliminary Documentation)
logical channel number

Returns

0 if call completed successfully, otherwise a standard error such as:


This function is part of the Prosody H.223 Mux API.