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


Ice::UDPEndpointInfo

Overview

local class UDPEndpointInfo extends Ice::IPEndpointInfo

Provides access to an UDP endpoint information.

See Also

Data Member Index

mcastInterface — The multicast interface.
mcastTtl — The multicast time-to-live (or hops).

Data Members

string mcastInterface;

The multicast interface.

int mcastTtl;

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


  • No labels