UDPSocket.send

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool send(SumType!(string, Blob, ArrayBuffer, ArrayBufferView) data, Optional!(T1) remoteAddress, Optional!(T2) remotePort)
  2. bool send(SumType!(string, Blob, ArrayBuffer, ArrayBufferView) data, Optional!(T1) remoteAddress)
    struct UDPSocket
    nothrow
    bool
    send
    (
    T1
    )
    (
    scope ref SumType!(string, Blob, ArrayBuffer, ArrayBufferView) data
    ,
    scope auto ref Optional!(T1) remoteAddress
    )
    if (
    isTOrPointer!(T1, string)
    )
  3. bool send(SumType!(string, Blob, ArrayBuffer, ArrayBufferView) data)

Meta