(no description)
The following diagram shows usage relationships between types.
Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type.
Unresolved types are missing from the diagram.
BaseOverlayMessage (packet) |
Base class for all messages handled by overlay modules |
NiceMemberMessage (message) | (no description) |
NiceMulticastMessage (message) | (no description) |
Name | Type | Description |
---|---|---|
srcNode | TransportAddress | |
statType | int |
message type for stats |
command | int | |
layer | short | |
type | int |
message type |
message NiceMessage extends BaseOverlayMessage { int command @enum(NICECommand); TransportAddress srcNode; short layer; }