Message NiceMemberMessage

File: src/overlay/nice/NiceMessage.msg

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends:

NiceMessage (message) (no description)

Known subclasses:

NiceClusterMerge (message) (no description)
NiceHeartbeat (message) (no description)

Fields:

Name Type Description
srcNode TransportAddress
statType int

message type for stats

command int
layer short
type int

message type

members TransportAddress[]

Source code:

message NiceMemberMessage extends NiceMessage
{
    TransportAddress members[];
}