(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.
NiceMessage (message) | (no description) |
Name | Type | Description |
---|---|---|
srcNode | TransportAddress | |
hopCount | unsigned int | |
statType | int |
message type for stats |
seqNo | unsigned int | |
command | int | |
layer | short | |
sendTime | double | |
type | int |
message type |
lastHop | TransportAddress |
message NiceMulticastMessage extends NiceMessage { TransportAddress lastHop; double sendTime; unsigned int seqNo; unsigned int hopCount; }