Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextIce-UnexpectedObjectException
prevIce-UDPConnectionInfo
Section


Ice::UDPEndpointInfo

Overview

local class UDPEndpointInfo extends Ice::IPEndpointInfo

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).

Ztop

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
Anchor
mcastTtl
mcastTtl
mcastTtl;

The multicast time-to-live (or hops).

Ztop

Znav
nextIce-UnexpectedObjectException
prevIce-UDPConnectionInfo
Section