Class: Aws::IoTWireless::Types::LoRaWANDeviceProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANDeviceProfile
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
LoRaWANDeviceProfile object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#class_b_timeout ⇒ Integer
The ClassBTimeout value.
-
#class_c_timeout ⇒ Integer
The ClassCTimeout value.
-
#factory_preset_freqs_list ⇒ Array<Integer>
The list of values that make up the FactoryPresetFreqs value.
-
#mac_version ⇒ String
The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device profile.
-
#max_duty_cycle ⇒ Integer
The MaxDutyCycle value.
-
#max_eirp ⇒ Integer
The MaxEIRP value.
-
#ping_slot_dr ⇒ Integer
The PingSlotDR value.
-
#ping_slot_freq ⇒ Integer
The PingSlotFreq value.
-
#ping_slot_period ⇒ Integer
The PingSlotPeriod value.
-
#reg_params_revision ⇒ String
The version of regional parameters.
-
#rf_region ⇒ String
The frequency band (RFRegion) value.
-
#rx_data_rate_2 ⇒ Integer
The RXDataRate2 value.
-
#rx_delay_1 ⇒ Integer
The RXDelay1 value.
-
#rx_dr_offset_1 ⇒ Integer
The RXDROffset1 value.
-
#rx_freq_2 ⇒ Integer
The RXFreq2 value.
-
#supports_32_bit_f_cnt ⇒ Boolean
The Supports32BitFCnt value.
-
#supports_class_b ⇒ Boolean
The SupportsClassB value.
-
#supports_class_c ⇒ Boolean
The SupportsClassC value.
-
#supports_join ⇒ Boolean
The SupportsJoin value.
Instance Attribute Details
#class_b_timeout ⇒ Integer
The ClassBTimeout value.
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4141 class LoRaWANDeviceProfile < Struct.new( :supports_class_b, :class_b_timeout, :ping_slot_period, :ping_slot_dr, :ping_slot_freq, :supports_class_c, :class_c_timeout, :mac_version, :reg_params_revision, :rx_delay_1, :rx_dr_offset_1, :rx_data_rate_2, :rx_freq_2, :factory_preset_freqs_list, :max_eirp, :max_duty_cycle, :rf_region, :supports_join, :supports_32_bit_f_cnt) SENSITIVE = [] include Aws::Structure end |
#class_c_timeout ⇒ Integer
The ClassCTimeout value.
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4141 class LoRaWANDeviceProfile < Struct.new( :supports_class_b, :class_b_timeout, :ping_slot_period, :ping_slot_dr, :ping_slot_freq, :supports_class_c, :class_c_timeout, :mac_version, :reg_params_revision, :rx_delay_1, :rx_dr_offset_1, :rx_data_rate_2, :rx_freq_2, :factory_preset_freqs_list, :max_eirp, :max_duty_cycle, :rf_region, :supports_join, :supports_32_bit_f_cnt) SENSITIVE = [] include Aws::Structure end |
#factory_preset_freqs_list ⇒ Array<Integer>
The list of values that make up the FactoryPresetFreqs value.
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4141 class LoRaWANDeviceProfile < Struct.new( :supports_class_b, :class_b_timeout, :ping_slot_period, :ping_slot_dr, :ping_slot_freq, :supports_class_c, :class_c_timeout, :mac_version, :reg_params_revision, :rx_delay_1, :rx_dr_offset_1, :rx_data_rate_2, :rx_freq_2, :factory_preset_freqs_list, :max_eirp, :max_duty_cycle, :rf_region, :supports_join, :supports_32_bit_f_cnt) SENSITIVE = [] include Aws::Structure end |
#mac_version ⇒ String
The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device profile.
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4141 class LoRaWANDeviceProfile < Struct.new( :supports_class_b, :class_b_timeout, :ping_slot_period, :ping_slot_dr, :ping_slot_freq, :supports_class_c, :class_c_timeout, :mac_version, :reg_params_revision, :rx_delay_1, :rx_dr_offset_1, :rx_data_rate_2, :rx_freq_2, :factory_preset_freqs_list, :max_eirp, :max_duty_cycle, :rf_region, :supports_join, :supports_32_bit_f_cnt) SENSITIVE = [] include Aws::Structure end |
#max_duty_cycle ⇒ Integer
The MaxDutyCycle value. It ranges from 0 to 15.
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4141 class LoRaWANDeviceProfile < Struct.new( :supports_class_b, :class_b_timeout, :ping_slot_period, :ping_slot_dr, :ping_slot_freq, :supports_class_c, :class_c_timeout, :mac_version, :reg_params_revision, :rx_delay_1, :rx_dr_offset_1, :rx_data_rate_2, :rx_freq_2, :factory_preset_freqs_list, :max_eirp, :max_duty_cycle, :rf_region, :supports_join, :supports_32_bit_f_cnt) SENSITIVE = [] include Aws::Structure end |
#max_eirp ⇒ Integer
The MaxEIRP value.
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4141 class LoRaWANDeviceProfile < Struct.new( :supports_class_b, :class_b_timeout, :ping_slot_period, :ping_slot_dr, :ping_slot_freq, :supports_class_c, :class_c_timeout, :mac_version, :reg_params_revision, :rx_delay_1, :rx_dr_offset_1, :rx_data_rate_2, :rx_freq_2, :factory_preset_freqs_list, :max_eirp, :max_duty_cycle, :rf_region, :supports_join, :supports_32_bit_f_cnt) SENSITIVE = [] include Aws::Structure end |
#ping_slot_dr ⇒ Integer
The PingSlotDR value.
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4141 class LoRaWANDeviceProfile < Struct.new( :supports_class_b, :class_b_timeout, :ping_slot_period, :ping_slot_dr, :ping_slot_freq, :supports_class_c, :class_c_timeout, :mac_version, :reg_params_revision, :rx_delay_1, :rx_dr_offset_1, :rx_data_rate_2, :rx_freq_2, :factory_preset_freqs_list, :max_eirp, :max_duty_cycle, :rf_region, :supports_join, :supports_32_bit_f_cnt) SENSITIVE = [] include Aws::Structure end |
#ping_slot_freq ⇒ Integer
The PingSlotFreq value.
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4141 class LoRaWANDeviceProfile < Struct.new( :supports_class_b, :class_b_timeout, :ping_slot_period, :ping_slot_dr, :ping_slot_freq, :supports_class_c, :class_c_timeout, :mac_version, :reg_params_revision, :rx_delay_1, :rx_dr_offset_1, :rx_data_rate_2, :rx_freq_2, :factory_preset_freqs_list, :max_eirp, :max_duty_cycle, :rf_region, :supports_join, :supports_32_bit_f_cnt) SENSITIVE = [] include Aws::Structure end |
#ping_slot_period ⇒ Integer
The PingSlotPeriod value.
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4141 class LoRaWANDeviceProfile < Struct.new( :supports_class_b, :class_b_timeout, :ping_slot_period, :ping_slot_dr, :ping_slot_freq, :supports_class_c, :class_c_timeout, :mac_version, :reg_params_revision, :rx_delay_1, :rx_dr_offset_1, :rx_data_rate_2, :rx_freq_2, :factory_preset_freqs_list, :max_eirp, :max_duty_cycle, :rf_region, :supports_join, :supports_32_bit_f_cnt) SENSITIVE = [] include Aws::Structure end |
#reg_params_revision ⇒ String
The version of regional parameters.
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4141 class LoRaWANDeviceProfile < Struct.new( :supports_class_b, :class_b_timeout, :ping_slot_period, :ping_slot_dr, :ping_slot_freq, :supports_class_c, :class_c_timeout, :mac_version, :reg_params_revision, :rx_delay_1, :rx_dr_offset_1, :rx_data_rate_2, :rx_freq_2, :factory_preset_freqs_list, :max_eirp, :max_duty_cycle, :rf_region, :supports_join, :supports_32_bit_f_cnt) SENSITIVE = [] include Aws::Structure end |
#rf_region ⇒ String
The frequency band (RFRegion) value.
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4141 class LoRaWANDeviceProfile < Struct.new( :supports_class_b, :class_b_timeout, :ping_slot_period, :ping_slot_dr, :ping_slot_freq, :supports_class_c, :class_c_timeout, :mac_version, :reg_params_revision, :rx_delay_1, :rx_dr_offset_1, :rx_data_rate_2, :rx_freq_2, :factory_preset_freqs_list, :max_eirp, :max_duty_cycle, :rf_region, :supports_join, :supports_32_bit_f_cnt) SENSITIVE = [] include Aws::Structure end |
#rx_data_rate_2 ⇒ Integer
The RXDataRate2 value.
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4141 class LoRaWANDeviceProfile < Struct.new( :supports_class_b, :class_b_timeout, :ping_slot_period, :ping_slot_dr, :ping_slot_freq, :supports_class_c, :class_c_timeout, :mac_version, :reg_params_revision, :rx_delay_1, :rx_dr_offset_1, :rx_data_rate_2, :rx_freq_2, :factory_preset_freqs_list, :max_eirp, :max_duty_cycle, :rf_region, :supports_join, :supports_32_bit_f_cnt) SENSITIVE = [] include Aws::Structure end |
#rx_delay_1 ⇒ Integer
The RXDelay1 value.
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4141 class LoRaWANDeviceProfile < Struct.new( :supports_class_b, :class_b_timeout, :ping_slot_period, :ping_slot_dr, :ping_slot_freq, :supports_class_c, :class_c_timeout, :mac_version, :reg_params_revision, :rx_delay_1, :rx_dr_offset_1, :rx_data_rate_2, :rx_freq_2, :factory_preset_freqs_list, :max_eirp, :max_duty_cycle, :rf_region, :supports_join, :supports_32_bit_f_cnt) SENSITIVE = [] include Aws::Structure end |
#rx_dr_offset_1 ⇒ Integer
The RXDROffset1 value.
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4141 class LoRaWANDeviceProfile < Struct.new( :supports_class_b, :class_b_timeout, :ping_slot_period, :ping_slot_dr, :ping_slot_freq, :supports_class_c, :class_c_timeout, :mac_version, :reg_params_revision, :rx_delay_1, :rx_dr_offset_1, :rx_data_rate_2, :rx_freq_2, :factory_preset_freqs_list, :max_eirp, :max_duty_cycle, :rf_region, :supports_join, :supports_32_bit_f_cnt) SENSITIVE = [] include Aws::Structure end |
#rx_freq_2 ⇒ Integer
The RXFreq2 value.
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4141 class LoRaWANDeviceProfile < Struct.new( :supports_class_b, :class_b_timeout, :ping_slot_period, :ping_slot_dr, :ping_slot_freq, :supports_class_c, :class_c_timeout, :mac_version, :reg_params_revision, :rx_delay_1, :rx_dr_offset_1, :rx_data_rate_2, :rx_freq_2, :factory_preset_freqs_list, :max_eirp, :max_duty_cycle, :rf_region, :supports_join, :supports_32_bit_f_cnt) SENSITIVE = [] include Aws::Structure end |
#supports_32_bit_f_cnt ⇒ Boolean
The Supports32BitFCnt value.
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4141 class LoRaWANDeviceProfile < Struct.new( :supports_class_b, :class_b_timeout, :ping_slot_period, :ping_slot_dr, :ping_slot_freq, :supports_class_c, :class_c_timeout, :mac_version, :reg_params_revision, :rx_delay_1, :rx_dr_offset_1, :rx_data_rate_2, :rx_freq_2, :factory_preset_freqs_list, :max_eirp, :max_duty_cycle, :rf_region, :supports_join, :supports_32_bit_f_cnt) SENSITIVE = [] include Aws::Structure end |
#supports_class_b ⇒ Boolean
The SupportsClassB value.
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4141 class LoRaWANDeviceProfile < Struct.new( :supports_class_b, :class_b_timeout, :ping_slot_period, :ping_slot_dr, :ping_slot_freq, :supports_class_c, :class_c_timeout, :mac_version, :reg_params_revision, :rx_delay_1, :rx_dr_offset_1, :rx_data_rate_2, :rx_freq_2, :factory_preset_freqs_list, :max_eirp, :max_duty_cycle, :rf_region, :supports_join, :supports_32_bit_f_cnt) SENSITIVE = [] include Aws::Structure end |
#supports_class_c ⇒ Boolean
The SupportsClassC value.
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4141 class LoRaWANDeviceProfile < Struct.new( :supports_class_b, :class_b_timeout, :ping_slot_period, :ping_slot_dr, :ping_slot_freq, :supports_class_c, :class_c_timeout, :mac_version, :reg_params_revision, :rx_delay_1, :rx_dr_offset_1, :rx_data_rate_2, :rx_freq_2, :factory_preset_freqs_list, :max_eirp, :max_duty_cycle, :rf_region, :supports_join, :supports_32_bit_f_cnt) SENSITIVE = [] include Aws::Structure end |
#supports_join ⇒ Boolean
The SupportsJoin value.
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4141 class LoRaWANDeviceProfile < Struct.new( :supports_class_b, :class_b_timeout, :ping_slot_period, :ping_slot_dr, :ping_slot_freq, :supports_class_c, :class_c_timeout, :mac_version, :reg_params_revision, :rx_delay_1, :rx_dr_offset_1, :rx_data_rate_2, :rx_freq_2, :factory_preset_freqs_list, :max_eirp, :max_duty_cycle, :rf_region, :supports_join, :supports_32_bit_f_cnt) SENSITIVE = [] include Aws::Structure end |