SIPX_LINESTATE_INFO Struct Reference

#include <sipXtapiEvents.h>


Detailed Description

Linestate event information structure.

This information is passed as part of the sipXtapi callback mechanism. Based on the SIPX_EVENT_CATEGORY, the application developer should cast the pInfo member of your callback to the appropriate structure.

See also:
SIPX_EVENT_CALLBACK_PROC

SIPX_EVENT_CATEGORY


Data Fields

size_t nSize
 The size of this structure.
SIPX_LINE hLine
 Line handle associated with the linestate event.
SIPX_LINESTATE_EVENT event
 Callstate event enum code.
SIPX_LINESTATE_CAUSE cause
 Callstate cause enum code.


Field Documentation

size_t SIPX_LINESTATE_INFO::nSize

The size of this structure.

SIPX_LINE SIPX_LINESTATE_INFO::hLine

Line handle associated with the linestate event.

SIPX_LINESTATE_EVENT SIPX_LINESTATE_INFO::event

Callstate event enum code.

Identifies the linestate event.

SIPX_LINESTATE_CAUSE SIPX_LINESTATE_INFO::cause

Callstate cause enum code.

Identifies the cause of the linestate event.


The documentation for this struct was generated from the following file:
Generated on Wed Jan 31 22:16:37 2007 for sipXtapi by  doxygen 1.5.1-p1