Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/tellojs/src/deps.ts>dgram.BindOptions

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

Properties

optional
port: number
optional
address: string
optional
exclusive: boolean
optional
fd: number