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

LoRaWANMulticastGet

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

The LoRaWAN information that is to be returned from getting multicast group information.

interface LoRaWANMulticastGet {
DlClass?: DlClass | null;
NumberOfDevicesInGroup?: number | null;
NumberOfDevicesRequested?: number | null;
RfRegion?: SupportedRfRegion | null;
}

§Properties

§
DlClass?: DlClass | null
[src]
§
NumberOfDevicesInGroup?: number | null
[src]
§
NumberOfDevicesRequested?: number | null
[src]
§
RfRegion?: SupportedRfRegion | null
[src]