class Aws::IoTWireless::Types::LoRaWANDeviceProfile

LoRaWANDeviceProfile object.

@note When making an API call, you may pass LoRaWANDeviceProfile

data as a hash:

    {
      supports_class_b: false,
      class_b_timeout: 1,
      ping_slot_period: 1,
      ping_slot_dr: 1,
      ping_slot_freq: 1,
      supports_class_c: false,
      class_c_timeout: 1,
      mac_version: "MacVersion",
      reg_params_revision: "RegParamsRevision",
      rx_delay_1: 1,
      rx_dr_offset_1: 1,
      rx_data_rate_2: 1,
      rx_freq_2: 1,
      factory_preset_freqs_list: [1],
      max_eirp: 1,
      max_duty_cycle: 1,
      rf_region: "RfRegion",
      supports_join: false,
      supports_32_bit_f_cnt: false,
    }

@!attribute [rw] supports_class_b

The SupportsClassB value.
@return [Boolean]

@!attribute [rw] class_b_timeout

The ClassBTimeout value.
@return [Integer]

@!attribute [rw] ping_slot_period

The PingSlotPeriod value.
@return [Integer]

@!attribute [rw] ping_slot_dr

The PingSlotDR value.
@return [Integer]

@!attribute [rw] ping_slot_freq

The PingSlotFreq value.
@return [Integer]

@!attribute [rw] supports_class_c

The SupportsClassC value.
@return [Boolean]

@!attribute [rw] class_c_timeout

The ClassCTimeout value.
@return [Integer]

@!attribute [rw] mac_version

The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this
device profile.
@return [String]

@!attribute [rw] reg_params_revision

The version of regional parameters.
@return [String]

@!attribute [rw] rx_delay_1

The RXDelay1 value.
@return [Integer]

@!attribute [rw] rx_dr_offset_1

The RXDROffset1 value.
@return [Integer]

@!attribute [rw] rx_data_rate_2

The RXDataRate2 value.
@return [Integer]

@!attribute [rw] rx_freq_2

The RXFreq2 value.
@return [Integer]

@!attribute [rw] factory_preset_freqs_list

The list of values that make up the FactoryPresetFreqs value.
@return [Array<Integer>]

@!attribute [rw] max_eirp

The MaxEIRP value.
@return [Integer]

@!attribute [rw] max_duty_cycle

The MaxDutyCycle value.
@return [Integer]

@!attribute [rw] rf_region

The frequency band (RFRegion) value.
@return [String]

@!attribute [rw] supports_join

The SupportsJoin value.
@return [Boolean]

@!attribute [rw] supports_32_bit_f_cnt

The Supports32BitFCnt value.
@return [Boolean]

Constants

SENSITIVE