nodeDgramMod

object nodeDgramMod
class Object
trait Matchable
class Any

Type members

Classlikes

@JSImport("node:dgram", "Socket") @native @JSType
class Socket() extends StObject

Value members

Concrete methods

@inline
@inline
def createSocket(options: SocketOptions, callback: Function2[Buffer, RemoteInfo, Unit]): Socket
@inline
@inline
def createSocket(`type`: SocketType, callback: Function2[Buffer, RemoteInfo, Unit]): Socket

Concrete fields

@JSImport("node:dgram") @native
val ^: Any