| Znav |
|---|
| next | Ice-UnexpectedObjectException |
|---|
| prev | Ice-UDPConnectionInfo |
|---|
|
Ice::UDPEndpointInfo
Overview
Provides access to an UDP endpoint information.
See Also
Data Member Index
protocolMajor — The protocol major version supported by the endpoint.
protocolMinor — The protocol minor version supported by the endpoint.
encodingMajor — The encoding major version supported by the endpoint.
encodingMinor — The encoding minor version supported by the endpoint.
mcastInterface — The multicast interface.
mcastTtl — The multicast time-to-live (or hops).
Data Members
byte
| Anchor |
|---|
| protocolMajor |
|---|
| protocolMajor |
|---|
|
protocolMajor;
The protocol major version supported by the endpoint.
byte
| Anchor |
|---|
| protocolMinor |
|---|
| protocolMinor |
|---|
|
protocolMinor;
The protocol minor version supported by the endpoint.
byte
| Anchor |
|---|
| encodingMajor |
|---|
| encodingMajor |
|---|
|
encodingMajor;
The encoding major version supported by the endpoint.
byte
| Anchor |
|---|
| encodingMinor |
|---|
| encodingMinor |
|---|
|
encodingMinor;
The encoding minor version supported by the endpoint.
string
| Anchor |
|---|
| mcastInterface |
|---|
| mcastInterface |
|---|
|
mcastInterface;
The multicast interface.
int
mcastTtl;
The multicast time-to-live (or hops).
| Znav |
|---|
| next | Ice-UnexpectedObjectException |
|---|
| prev | Ice-UDPConnectionInfo |
|---|
|