RsvpMessage
classRSVP message common part
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
FieldsChunk | class | (no description) |
Known subclasses
Name | Type | Description |
---|---|---|
RsvpHelloMsg | class |
RSVP HELLO REQUEST message |
RsvpPacket | class |
FIXME missing documentation |
Fields
Name | Type | Description |
---|---|---|
rsvpKind | int | |
mutable | bool | |
complete | bool | |
correct | bool | |
properlyRepresented | bool | |
chunkLength | b | |
rawBin | string[] | |
rawHex | string[] | |
tags | RegionTagSet::cObjectRegionTag[] |
Source code
// // RSVP message common part // class RsvpMessage extends FieldsChunk { int rsvpKind; }File: src/inet/networklayer/rsvpte/RsvpPacket.msg