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

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

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

Sets or clears the IP_MULTICAST_LOOP socket option. When set to true, multicast packets will also be received on the local interface.

This method throws EBADF if called on an unbound socket.

Parameters

arg: boolean