sipxmedialib
Version 3.3
Main Page
Related Pages
Classes
Files
File List
File Members
include
rtcp
INetDispatch.h
Go to the documentation of this file.
1
//
2
// Copyright (C) 2004-2006 SIPfoundry Inc.
3
// Licensed by SIPfoundry under the LGPL license.
4
//
5
// Copyright (C) 2004-2006 Pingtel Corp. All rights reserved.
6
// Licensed to SIPfoundry under a Contributor Agreement.
7
//
8
// $$
10
11
// Border Guard
12
#ifndef _INetDispatch_h
13
#define _INetDispatch_h
14
15
#include "
rtcp/RtcpConfig.h
"
16
17
// Include
18
#include "
IBaseClass.h
"
19
34
interface
INetDispatch :
public
IBaseClass
35
{
36
37
// Public Methods
38
39
public
:
40
41
63
virtual
void
ProcessPacket(
unsigned
char
*puchDataBuffer,
64
unsigned
long
ulBufferLength
,
int
vbose
=0) = 0;
65
66
67
};
68
69
#endif
70
IBaseClass.h
vbose
interface unsigned long int vbose
Definition:
INetDispatch.h:64
ulBufferLength
interface unsigned long ulBufferLength
Definition:
INetDispatch.h:63
RtcpConfig.h
Generated by
1.8.11