Documentation for Ice 3.4. The latest release is Ice 3.7. Refer to the space directory for other releases.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


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

Data Members

byte protocolMajor;

The protocol major version supported by the endpoint.

byte protocolMinor;

The protocol minor version supported by the endpoint.

byte encodingMajor;

The encoding major version supported by the endpoint.

byte encodingMinor;

The encoding minor version supported by the endpoint.

string mcastInterface;

The multicast interface.

int mcastTtl;

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


  • No labels