Prosody I.460 Mux: API: sm_i460mux_get_event

Prototype Definition

int sm_i460mux_get_event(struct sm_i460mux_event_parms *eventp)

Parameters

*eventp
a structure of the following type:
typedef struct sm_i460mux_event_parms {
	tSMI460muxId i460mux;					/* in */
	tSMEventId event;					/* out */
} SM_I460MUX_EVENT_PARMS;

Description

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

Fields

i460mux
The mux.
event
The event identifier

Returns

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


This function is part of the Prosody I.460 Mux API.