Next: Sockets.DatagramSocket-direct operations, Previous: Sockets.DatagramSocket class-instance creation, Up: Sockets.DatagramSocket [Index]
Answer the local address.
Answer the size of the buffer in which datagrams are stored.
Set the size of the buffer in which datagrams are stored.
Answer the class used by the socket to return datagrams.
Read a datagram on the socket and answer it.
Send the given datagram on the socket.
Peek for a datagram on the socket and answer it.
Peek for a datagram on the socket, store it in ‘datagram’, and answer the datagram itself.
Answer the local port.
Read a datagram from the socket, store it in ‘datagram’, and answer the datagram itself.