Package-level declarations
Types
Link copied to clipboard
data class DeviceProfileLoRaWanDeviceProfile(val classBTimeout: Int? = null, val classCTimeout: Int? = null, val factoryPresetFreqsList: List<Int>? = null, val macVersion: String? = null, val maxDutyCycle: Int? = null, val maxEirp: Int? = null, val pingSlotDr: Int? = null, val pingSlotFreq: Int? = null, val pingSlotPeriod: Int? = null, val regParamsRevision: String? = null, val rfRegion: String? = null, val rxDataRate2: Int? = null, val rxDelay1: Int? = null, val rxDrOffset1: Int? = null, val rxFreq2: Int? = null, val supports32BitFCnt: Boolean? = null, val supportsClassB: Boolean? = null, val supportsClassC: Boolean? = null, val supportsJoin: Boolean? = null)
Link copied to clipboard
Link copied to clipboard
data class GetDestinationResult(val arn: String? = null, val description: String? = null, val expression: String? = null, val expressionType: DestinationExpressionType? = null, val roleArn: String? = null, val tags: List<Tag>? = null)
Link copied to clipboard
data class GetDeviceProfileResult(val arn: String? = null, val id: String? = null, val tags: List<Tag>? = null)
Link copied to clipboard
data class GetFuotaTaskResult(val arn: String? = null, val associateMulticastGroup: String? = null, val associateWirelessDevice: String? = null, val description: String? = null, val disassociateMulticastGroup: String? = null, val disassociateWirelessDevice: String? = null, val firmwareUpdateImage: String? = null, val firmwareUpdateRole: String? = null, val fuotaTaskStatus: String? = null, val id: String? = null, val loRaWan: FuotaTaskLoRaWan? = null, val name: String? = null, val tags: List<Tag>? = null)
Link copied to clipboard
data class GetMulticastGroupResult(val arn: String? = null, val associateWirelessDevice: String? = null, val description: String? = null, val disassociateWirelessDevice: String? = null, val id: String? = null, val loRaWan: MulticastGroupLoRaWan? = null, val name: String? = null, val status: String? = null, val tags: List<Tag>? = null)
Link copied to clipboard
data class GetNetworkAnalyzerConfigurationResult(val arn: String? = null, val description: String? = null, val tags: List<Tag>? = null, val traceContent: TraceContentProperties? = null, val wirelessDevices: List<String>? = null, val wirelessGateways: List<String>? = null)
Link copied to clipboard
data class GetServiceProfileResult(val arn: String? = null, val id: String? = null, val tags: List<Tag>? = null)
Link copied to clipboard
data class GetTaskDefinitionResult(val arn: String? = null, val autoCreateTasks: Boolean? = null, val id: String? = null, val loRaWanUpdateGatewayTaskEntry: TaskDefinitionLoRaWanUpdateGatewayTaskEntry? = null, val name: String? = null, val tags: List<Tag>? = null, val taskDefinitionType: TaskDefinitionType? = null, val update: TaskDefinitionUpdateWirelessGatewayTaskCreate? = null)
Link copied to clipboard
data class GetWirelessDeviceResult(val arn: String? = null, val description: String? = null, val destinationName: String? = null, val id: String? = null, val lastUplinkReceivedAt: String? = null, val loRaWan: WirelessDeviceLoRaWanDevice? = null, val name: String? = null, val positioning: WirelessDevicePositioning? = null, val tags: List<Tag>? = null, val thingArn: String? = null, val thingName: String? = null, val type: WirelessDeviceType? = null)
Link copied to clipboard
data class GetWirelessGatewayResult(val arn: String? = null, val description: String? = null, val id: String? = null, val lastUplinkReceivedAt: String? = null, val loRaWan: WirelessGatewayLoRaWanGateway? = null, val name: String? = null, val tags: List<Tag>? = null, val thingArn: String? = null, val thingName: String? = null)
Link copied to clipboard
data class MulticastGroupLoRaWan(val dlClass: String, val numberOfDevicesInGroup: Int? = null, val numberOfDevicesRequested: Int? = null, val rfRegion: String)
Link copied to clipboard
data class ServiceProfileLoRaWanServiceProfile(val addGwMetadata: Boolean? = null, val channelMask: String? = null, val devStatusReqFreq: Int? = null, val dlBucketSize: Int? = null, val dlRate: Int? = null, val dlRatePolicy: String? = null, val drMax: Int? = null, val drMin: Int? = null, val hrAllowed: Boolean? = null, val minGwDiversity: Int? = null, val nwkGeoLoc: Boolean? = null, val prAllowed: Boolean? = null, val raAllowed: Boolean? = null, val reportDevStatusBattery: Boolean? = null, val reportDevStatusMargin: Boolean? = null, val targetPer: Int? = null, val ulBucketSize: Int? = null, val ulRate: Int? = null, val ulRatePolicy: String? = null)
Link copied to clipboard
data class TaskDefinitionLoRaWanGatewayVersion(val model: String? = null, val packageVersion: String? = null, val station: String? = null)
Link copied to clipboard
data class TaskDefinitionLoRaWanUpdateGatewayTaskCreate(val currentVersion: TaskDefinitionLoRaWanGatewayVersion? = null, val sigKeyCrc: Int? = null, val updateSignature: String? = null, val updateVersion: TaskDefinitionLoRaWanGatewayVersion? = null)
Link copied to clipboard
data class TaskDefinitionLoRaWanUpdateGatewayTaskEntry(val currentVersion: TaskDefinitionLoRaWanGatewayVersion? = null, val updateVersion: TaskDefinitionLoRaWanGatewayVersion? = null)
Link copied to clipboard
data class TaskDefinitionUpdateWirelessGatewayTaskCreate(val loRaWan: TaskDefinitionLoRaWanUpdateGatewayTaskCreate? = null, val updateDataRole: String? = null, val updateDataSource: String? = null)
Link copied to clipboard
data class TraceContentProperties(val logLevel: NetworkAnalyzerConfigurationLogLevel? = null, val wirelessDeviceFrameInfo: NetworkAnalyzerConfigurationWirelessDeviceFrameInfo? = null)
Trace content for your wireless gateway and wireless device resources
Link copied to clipboard
data class WirelessDeviceAbpV10x(val devAddr: String, val sessionKeys: WirelessDeviceSessionKeysAbpV10x)
Link copied to clipboard
data class WirelessDeviceAbpV11(val devAddr: String, val sessionKeys: WirelessDeviceSessionKeysAbpV11)
Link copied to clipboard
data class WirelessDeviceApplication(val destinationName: String? = null, val fPort: Int? = null, val type: WirelessDeviceApplicationType? = null)
LoRaWAN application configuration, which can be used to perform geolocation.
Link copied to clipboard
Link copied to clipboard
data class WirelessDeviceLoRaWanDevice(val abpV10x: WirelessDeviceAbpV10x? = null, val abpV11: WirelessDeviceAbpV11? = null, val devEui: String? = null, val deviceProfileId: String? = null, val fPorts: WirelessDeviceFPorts? = null, val otaaV10x: WirelessDeviceOtaaV10x? = null, val otaaV11: WirelessDeviceOtaaV11? = null, val serviceProfileId: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class WirelessDeviceSessionKeysAbpV11(val appSKey: String, val fNwkSIntKey: String, val nwkSEncKey: String, val sNwkSIntKey: String)
Link copied to clipboard