Alex Bikfalvi
SimStream Documentation
CPacketIgmp Class Reference
Inheritance diagram for CPacketIgmp:
Public Types | |
| enum | EPacketIgmpType { PACKET_IGMP_MEMBERSHIP_QUERY = 0x11, PACKET_IGMP_MEMBERSHIP_REPORT = 0x16, PACKET_IGMP_LEAVE_GROUP = 0x17 } |
Public Member Functions | |
| CPacketIgmp (CAddress group, EPacketIgmpType type, __time maxResponse=0) | |
| virtual EPacketType | Type () |
| virtual CPacket * | Copy () |
| CAddress | Group () |
| EPacketIgmpType | IgmpType () |
| __time | MaxResponse () |
Protected Attributes | |
| CAddress | group |
| EPacketIgmpType | type |
| __time | maxResponse |
Detailed Description
Definition at line 8 of file PacketIgmp.h.
The documentation for this class was generated from the following files:
Last updated: February 8, 2011