method Deno.DatagramConn.send
Jump to headingDatagramConn.send(p: Uint8Array,addr: Addr,): Promise<number>
Sends a message to the target via the connection. The method resolves with the number of bytes sent.
Parameters Jump to heading
Jump to headingp: Uint8Array
Jump to headingaddr: Addr
Return Type Jump to heading
Promise<number>