Show / Hide Table of Contents

Class CfnMulticastGroup.LoRaWANProperty

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

Inheritance
System.Object
CfnMulticastGroup.LoRaWANProperty
Implements
CfnMulticastGroup.ILoRaWANProperty
Namespace: Amazon.CDK.AWS.IoTWireless
Assembly: Amazon.CDK.AWS.IoTWireless.dll
Syntax (csharp)
public class LoRaWANProperty : Object, CfnMulticastGroup.ILoRaWANProperty
Syntax (vb)
Public Class LoRaWANProperty
    Inherits Object
    Implements CfnMulticastGroup.ILoRaWANProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-multicastgroup-lorawan.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTWireless;

var loRaWANProperty = new LoRaWANProperty {
    DlClass = "dlClass",
    RfRegion = "rfRegion",

    // the properties below are optional
    NumberOfDevicesInGroup = 123,
    NumberOfDevicesRequested = 123
};

Synopsis

Constructors

LoRaWANProperty()

Properties

DlClass

DlClass for LoRaWAN.

NumberOfDevicesInGroup

Number of devices that are associated to the multicast group.

NumberOfDevicesRequested

Number of devices that are requested to be associated with the multicast group.

RfRegion

The frequency band (RFRegion) value.

Constructors

LoRaWANProperty()

public LoRaWANProperty()

Properties

DlClass

DlClass for LoRaWAN.

public string DlClass { get; set; }
Property Value

System.String

Remarks

Valid values are ClassB and ClassC.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-multicastgroup-lorawan.html#cfn-iotwireless-multicastgroup-lorawan-dlclass

NumberOfDevicesInGroup

Number of devices that are associated to the multicast group.

public Nullable<double> NumberOfDevicesInGroup { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-multicastgroup-lorawan.html#cfn-iotwireless-multicastgroup-lorawan-numberofdevicesingroup

NumberOfDevicesRequested

Number of devices that are requested to be associated with the multicast group.

public Nullable<double> NumberOfDevicesRequested { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-multicastgroup-lorawan.html#cfn-iotwireless-multicastgroup-lorawan-numberofdevicesrequested

RfRegion

The frequency band (RFRegion) value.

public string RfRegion { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-multicastgroup-lorawan.html#cfn-iotwireless-multicastgroup-lorawan-rfregion

Implements

CfnMulticastGroup.ILoRaWANProperty
Back to top Generated by DocFX