Show / Hide Table of Contents

Interface CfnMulticastGroup.ILoRaWANProperty

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

Namespace: Amazon.CDK.AWS.IoTWireless
Assembly: Amazon.CDK.AWS.IoTWireless.dll
Syntax (csharp)
public interface ILoRaWANProperty
Syntax (vb)
Public Interface 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

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.

Properties

DlClass

DlClass for LoRaWAN.

string DlClass { get; }
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.

virtual Nullable<double> NumberOfDevicesInGroup { get; }
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.

virtual Nullable<double> NumberOfDevicesRequested { get; }
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.

string RfRegion { get; }
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

Back to top Generated by DocFX