PREV TOC HOME INDEX NEXT


IPM_SESSION_INFO


typedef struct ipm_session_info_tag
{
    IPM_RTCP_SESSION_INFO  RtcpInfo;
    unsigned int           unQoSInfoCount;
    IPM_QOS_SESSION_INFO   QoSInfo[MAX_QOS_SESSION];

} IPM_SESSION_INFO, *PIPM_SESSION_INFO; 

Description

This structure is a parent structure of the IPM_RTCP_SESSION_INFO and IPM_QOS_SESSION_INFO structures, and it is used by the ipm_GetSessionInfo( ) function. It reports QoS statistics during the last IP session, including RTCP information. Note that it does not contain statistics for the current IP session.

Note: This structure is not supported on Intel® NetStructure™ IPT Series boards.

Field Descriptions

The fields of the IPM_SESSION_INFO data structure are described as follows:

RtcpInfo
reference to RTCP session information structure IPM_RTCP_SESSION_INFO
unQoSInfoCount
number of structures to follow; maximum sessions = MAX_QOS_SESSION
QoSInfo
reference to QoS session information structure IPM_QOS_SESSION_INFO


PREV TOC HOME INDEX NEXT

Click here to contact Telecom Support Resources

Copyright 2002, Intel Corporation
All rights reserved
This page generated November, 2002