This function is under development. It could be changed or withdrawn, and may not be implemented in this release.
int sm_h223mux_close_lc(struct sm_h223mux_close_lc_parms *close_lcp)
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;
This function will close a specific logical channel.
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody H.223 Mux API.