6.8 TCP.MulticastSocket
Defined in namespace TCP
Superclass: TCP.DatagramSocket
Category: Sockets-Streams
6.8.1 TCP.MulticastSocket: instance creation
(instance)
6.8.1 TCP.MulticastSocket: instance creation
interface
Answer the local device supporting the multicast socket. This is usually set to any local address.
interface: ipAddress
Set the local device supporting the multicast socket. This is usually set to any local address.
join: ipAddress
Join the multicast socket at the given IP address
leave: ipAddress
Leave the multicast socket at the given IP address
nextPut: packet timeToLive: timeToLive
Send the datagram with a specific TTL (time-to-live)
timeToLive
Answer the socket's datagrams' default time-to-live
timeToLive: newTTL
Set the default time-to-live for the socket's datagrams
This document was generated on
May, 22 2008
using
texi2html