sipxtacklib  Version 3.3
Public Attributes | List of all members
SIPX_CONFIG_INFO Struct Reference

SIPX_CONFIG_INFO events signifies that a change in configuration was observed. More...

#include <sipXtapiEvents.h>

Public Attributes

size_t nSize
 The size of this structure in bytes. More...
 
SIPX_CONFIG_EVENT event
 Event code – see SIPX_CONFIG_EVENT for details. More...
 
void * pData
 Pointer to event data – SEE SIPX_CONFIG_EVENT for details. More...
 

Detailed Description

SIPX_CONFIG_INFO events signifies that a change in configuration was observed.

NOTE: This structure is subject to change.

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

Member Data Documentation

size_t nSize

The size of this structure in bytes.

Event code – see SIPX_CONFIG_EVENT for details.

void* pData

Pointer to event data – SEE SIPX_CONFIG_EVENT for details.


sipXtackLib home page