Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LoRaWANMulticast

import type { LoRaWANMulticast } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";

The LoRaWAN information that is to be used with the multicast group.

interface LoRaWANMulticast {
DlClass?: DlClass | null;
RfRegion?: SupportedRfRegion | null;
}

§Properties

§
DlClass?: DlClass | null
[src]
§
RfRegion?: SupportedRfRegion | null
[src]