Overview of endpoint parameter structures

When applications create MSPP endpoints with mspCreateEndpoint, they specify the following parameters in the MSP_ENDPOINT_PARMS structure:

typedef struct tag_MSP_ENDPOINT_PARMS
{
    DWORD   size;        
    DWORD   eParmType;  

    union   
    {
        DS0_ENDPOINT_PARMS        DS0;
        RTPRTCP_ENDPOINT_PARMS    RtpRtcp;
      RTPRTCP_V6_ENDPOINT_PARMS RtpRtcpV6;
        UDP_ENDPOINT_PARMS        Udp;
        T38UDP_ENDPOINT_PARMS     T38Udp;
        TPKT_ENDPOINT_PARMS       Tpkt;
    } EP;

} MSP_ENDPOINT_PARAMETER;

This section discusses:

MSP_ENDPOINT_PARMS

Dependent function: mspCreateEndpoint

Field

Type

Default

Units

Description

size

DWORD

N/A

N/A

Size of the parameter structure.

eParmtype

DWORD

N/A

N/A

Type of MSPP endpoint. Can be one of the following:

DS0_ENDPOINT_PARMS

RTPRTCP_ENDPOINT_PARMS

RTPRTCP_V6_ENDPOINT_PARMS

T38UDP_ENDPOINT_PARMS

TPKT_ENDPOINT_PARMS