Ice 3.7 Slice API Reference
Data Members | List of all members
Ice::UDPConnectionInfo Local Class Reference

Provides access to the connection details of a UDP connection. More...

defined in <Ice/Connection.ice>

local class UDPConnectionInfo extends Ice::IPConnectionInfo { ... }

Inheritance diagram for Ice::UDPConnectionInfo:
Inheritance graph
[legend]
Collaboration diagram for Ice::UDPConnectionInfo:
Collaboration graph
[legend]

Data Members

string mcastAddress
 The multicast address. More...
 
int mcastPort = -1
 The multicast port. More...
 
int rcvSize = 0
 The connection buffer receive size. More...
 
int sndSize = 0
 The connection buffer send size. More...
 
- Data Members inherited from Ice::IPConnectionInfo
string localAddress = ""
 The local address. More...
 
int localPort = -1
 The local port. More...
 
string remoteAddress = ""
 The remote address. More...
 
int remotePort = -1
 The remote port. More...
 
- Data Members inherited from Ice::ConnectionInfo
string adapterName
 The name of the adapter associated with the connection. More...
 
string connectionId
 The connection id. More...
 
bool incoming
 Whether or not the connection is an incoming or outgoing connection. More...
 
ConnectionInfo underlying
 The information of the underyling transport or null if there's no underlying transport. More...
 

Detailed Description

Provides access to the connection details of a UDP connection.

Data Member Documentation

◆ mcastAddress

string mcastAddress

The multicast address.

◆ mcastPort

int mcastPort = -1

The multicast port.

◆ rcvSize

int rcvSize = 0

The connection buffer receive size.

◆ sndSize

int sndSize = 0

The connection buffer send size.


The documentation for this class was generated from the following file: