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::UDPConnectionInfo

Overview

local class UDPConnectionInfo extends Ice::IPConnectionInfo

Provides access to the connection details of a UDP connection

Data Member Index

mcastAddress — The multicast address.
mcastPort — The multicast port.

Data Members

string mcastAddress;

The multicast address.

int mcastPort;

The multicast port.


  • No labels