Prosody H.223 Mux: API: sm_h223mux_get_event

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

Prototype Definition

int sm_h223mux_get_event(struct sm_h223mux_event_parms *eventp)

Parameters

*eventp
a structure of the following type:
typedef struct sm_h223mux_event_parms {
	tSMH223muxId h223mux;					/* in */
	tSMEventId event;					/* out */
} SM_H223MUX_EVENT_PARMS;

Description

the event will be signalled when a status change occurs on the mux.

Fields

h223mux (Only in Preliminary Documentation)
The mux.
event (Only in Preliminary Documentation)
The aevent identifier

Returns

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


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