Class CUDPSocket Base ClassesConstructorsDestructorsFunctionsCustom CodeGo to hierarchy chart    Prev page: Custom Code in Header Before IncludesNext page: Custom Code in Source After Includes    Show member index
Custom Code in Header After Includes Declared in:
UDPSocket.h

'Custom Code' icon -- Shortcut to top of page. Custom Code

typedef struct _UDPHeader
{
    unsigned short  SourcePort;
    unsigned short  DestinationPort;
    unsigned short  Length;
    unsigned short  Checksum;
} UDPHeader;
typedef UDPHeader FAR * LPUDPHeader;
#define UDPHeaderLength sizeof(UDPHeader)

'See Also' icon -- Shortcut to top of page. See Also

Class Overview Class Overview  |  Public base class CSpoofSocket  |  Hierarchy Chart Hierarchy Chart


Get Surveyor!This web site was generated using Surveyor V4.50.811.1.  Click here for more information. Site content copyright © 2001 Barak Weichselbaum. See the About page for additional notices. This page last updated: 27 Jun 2001.