sipxmedialib  Version 3.3
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 
interface unsigned long int vbose
Definition: INetDispatch.h:64
interface unsigned long ulBufferLength
Definition: INetDispatch.h:63