Previous: Sockets.DatagramSocketImpl-C constants, Up: Sockets.DatagramSocketImpl [Index]
Retrieve a datagram from the receiver, answer a new object of the receiver’s datagram class.
Send aDatagram on the socket
Peek for a datagram on the receiver, answer a new object of the receiver’s datagram class.
Peek for a datagram on the receiver, answer aDatagram modified to contain information on the newly received datagram.
Retrieve a datagram from the receiver, answer aDatagram modified to contain information on the newly received datagram.
Receive a new datagram into ‘datagram’, with the given flags, and answer ‘datagram’ itself; this is an abstract method. The flags can be zero to receive the datagram, or ‘self msgPeek’ to only peek for it without removing it from the queue.
Send aDatagram on the socket to the given receiver and port