Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/tellojs/src/deps.ts>dgram.Socket#address

The easy to use tello library written in typescript to control your drones!
Latest
method dgram.Socket.prototype.address
import { dgram } from "https://deno.land/x/tellojs@v1.2.2/src/deps.ts";
const { Socket } = dgram;

Returns an object containing the address information for a socket. For UDP sockets, this object will contain address, family and portproperties.

This method throws EBADF if called on an unbound socket.