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.
4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4269 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.
4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4269 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.
4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4269 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.
4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4269 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.
4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4269 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.
4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4269 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.
4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4269 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.
4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4269 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.
4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4269 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.
4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4269 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.
4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4269 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.
4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4269 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.
4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4269 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.
4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4269 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.
4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4269 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.
4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4269 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.
4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4269 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.
4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4269 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.
4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4269 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 |