dgramMod

object dgramMod
class Object
trait Matchable
class Any

Type members

Classlikes

@native @JSType
trait BindOptions extends StObject
Companion
object
object BindOptions
Companion
class
@native @JSType
trait RemoteInfo extends StObject
Companion
object
object RemoteInfo
Companion
class
@JSImport("dgram", "Socket") @native @JSType
class Socket() extends StObject
@native @JSType
trait SocketOptions extends StObject with Abortable
Companion
object
Companion
class
@JSType
trait SocketType extends StObject
Companion
object
object SocketType
Companion
class

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("dgram") @native
val ^: Any