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.
RSVPPacket (packet) |
FIXME missing documentation |
Name | Type | Description |
---|---|---|
session | SessionObj_t | |
checksumValid | bool | |
errorCode | int | |
errorNode | IPAddress | |
sender_descriptor | SenderDescriptor_t | |
rsvpKind | int |
// // FIXME missing documentation // packet RSVPPathError extends RSVPPacket { @customize(true); IPAddress errorNode; int errorCode; SenderDescriptor_t sender_descriptor; int rsvpKind = PERROR_MESSAGE; }