Class: dgram.Socket
The dgram.Socket
object is an EventEmitter
that encapsulates the datagram functionality.
New instances of dgram.Socket
are created using dgram.createSocket()
. The new
keyword is not to be used to create dgram.Socket
instances.
Please login to continue.