Intel IP Media Server (Global Call) User Manual

Page of 48
32
IP Media Server (Global Call) Demo Guide — November 2003
Demo Details
Table 6. IP Module Classes
Category
Class Name
Interface
Module
CIPModule
• Interacts with CIPBoard and CIPDevice.
• Exports IP module functions to 
CEventRouter.
Note: The public functions in this class can 
be accessed by classes outside the 
IP module.
Init( )
• Starts host based IP protocol
• Creates and initializes IPT (virtual) board 
objects
• Creates and initializes IPM (media) board 
objects
• Creates and initializes IP device objects
Exit( )
• Terminates and closes IPT boards
• Terminates and closes IPM boards
• Terminates and closes IP devices
ProcessEvent( )
• Receives event data from the event 
router and distributes them, based on 
handles, to IPT boards, IPM boards or IP 
devices
GetNumOfDevices( )
• Returns number of IP devices engaging 
in the communication
GetDeviceHandle( )
• Returns an IP device handle
GetDeviceXmitSlot( )
• Returns the transmit timeslot of an IP 
device
SetDeviceReceiveSlot( )
• Sets the receiving timeslot of an IP 
device