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


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