@Stability(value=Stable)
public static interface CfnDeviceProfile.LoRaWANDeviceProfileProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotwireless.*;
LoRaWANDeviceProfileProperty loRaWANDeviceProfileProperty = LoRaWANDeviceProfileProperty.builder()
.classBTimeout(123)
.classCTimeout(123)
.macVersion("macVersion")
.maxDutyCycle(123)
.maxEirp(123)
.pingSlotDr(123)
.pingSlotFreq(123)
.pingSlotPeriod(123)
.regParamsRevision("regParamsRevision")
.rfRegion("rfRegion")
.supports32BitFCnt(false)
.supportsClassB(false)
.supportsClassC(false)
.supportsJoin(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeviceProfile.LoRaWANDeviceProfileProperty.Builder
A builder for
CfnDeviceProfile.LoRaWANDeviceProfileProperty |
static class |
CfnDeviceProfile.LoRaWANDeviceProfileProperty.Jsii$Proxy
An implementation for
CfnDeviceProfile.LoRaWANDeviceProfileProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeviceProfile.LoRaWANDeviceProfileProperty.Builder |
builder() |
default Number |
getClassBTimeout()
The ClassBTimeout value.
|
default Number |
getClassCTimeout()
The ClassCTimeout value.
|
default String |
getMacVersion()
The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device profile.
|
default Number |
getMaxDutyCycle()
The MaxDutyCycle value.
|
default Number |
getMaxEirp()
The MaxEIRP value.
|
default Number |
getPingSlotDr()
The PingSlotDR value.
|
default Number |
getPingSlotFreq()
The PingSlotFreq value.
|
default Number |
getPingSlotPeriod()
The PingSlotPeriod value.
|
default String |
getRegParamsRevision()
The version of regional parameters.
|
default String |
getRfRegion()
The frequency band (RFRegion) value.
|
default Object |
getSupports32BitFCnt()
The Supports32BitFCnt value.
|
default Object |
getSupportsClassB()
The SupportsClassB value.
|
default Object |
getSupportsClassC()
The SupportsClassC value.
|
default Object |
getSupportsJoin()
The SupportsJoin value.
|
@Stability(value=Stable) @Nullable default Number getClassBTimeout()
@Stability(value=Stable) @Nullable default Number getClassCTimeout()
@Stability(value=Stable) @Nullable default String getMacVersion()
@Stability(value=Stable) @Nullable default Number getMaxDutyCycle()
@Stability(value=Stable) @Nullable default Number getMaxEirp()
@Stability(value=Stable) @Nullable default Number getPingSlotDr()
@Stability(value=Stable) @Nullable default Number getPingSlotFreq()
@Stability(value=Stable) @Nullable default Number getPingSlotPeriod()
@Stability(value=Stable) @Nullable default String getRegParamsRevision()
@Stability(value=Stable) @Nullable default String getRfRegion()
@Stability(value=Stable) @Nullable default Object getSupports32BitFCnt()
@Stability(value=Stable) @Nullable default Object getSupportsClassB()
@Stability(value=Stable) @Nullable default Object getSupportsClassC()
@Stability(value=Stable) @Nullable default Object getSupportsJoin()
@Stability(value=Stable) static CfnDeviceProfile.LoRaWANDeviceProfileProperty.Builder builder()
Copyright © 2022. All rights reserved.