FIXME missing documentation
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
RSVPMessage (packet) |
RSVP message common part |
RSVPPathError (packet) |
FIXME missing documentation |
RSVPPathMsg (packet) |
FIXME missing documentation |
RSVPPathTear (packet) |
FIXME missing documentation |
RSVPResvError (packet) |
FIXME missing documentation |
RSVPResvMsg (packet) |
FIXME missing documentation |
RSVPResvTear (packet) |
FIXME missing documentation |
Name | Type | Description |
---|---|---|
session | SessionObj_t | |
checksumValid | bool | |
rsvpKind | int |
// // FIXME missing documentation // packet RSVPPacket extends RSVPMessage { @customize(true); SessionObj_t session; bool checksumValid = true; }