Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

UDPSocket::UDPSocket ( unsigned short  localPort  )  throw (SocketException)

Construct a UDP socket with the given local port.

Parameters:
localPort local port
Exceptions:
SocketException thrown if unable to create UDP socket

Definition at line 290 of file PracticalSocket.cpp.

00290                                                                      : 
00291     CommunicatingSocket(SOCK_DGRAM, IPPROTO_UDP) {
00292   setLocalPort(localPort);
00293   setBroadcast();
00294 }


Generated on Thu Jan 13 09:13:09 2011 for ImpalaSrc by  doxygen 1.5.1