Class: Aws::Types::LoRaWANDeviceProfile
- Inherits:
-
Object
- Object
- Aws::Types::LoRaWANDeviceProfile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#class_b_timeout ⇒ ::Integer
Returns the value of attribute class_b_timeout.
-
#class_c_timeout ⇒ ::Integer
Returns the value of attribute class_c_timeout.
-
#factory_preset_freqs_list ⇒ ::Array[::Integer]
Returns the value of attribute factory_preset_freqs_list.
-
#mac_version ⇒ ::String
Returns the value of attribute mac_version.
-
#max_duty_cycle ⇒ ::Integer
Returns the value of attribute max_duty_cycle.
-
#max_eirp ⇒ ::Integer
Returns the value of attribute max_eirp.
-
#ping_slot_dr ⇒ ::Integer
Returns the value of attribute ping_slot_dr.
-
#ping_slot_freq ⇒ ::Integer
Returns the value of attribute ping_slot_freq.
-
#ping_slot_period ⇒ ::Integer
Returns the value of attribute ping_slot_period.
-
#reg_params_revision ⇒ ::String
Returns the value of attribute reg_params_revision.
-
#rf_region ⇒ ::String
Returns the value of attribute rf_region.
-
#rx_data_rate_2 ⇒ ::Integer
Returns the value of attribute rx_data_rate_2.
-
#rx_delay_1 ⇒ ::Integer
Returns the value of attribute rx_delay_1.
-
#rx_dr_offset_1 ⇒ ::Integer
Returns the value of attribute rx_dr_offset_1.
-
#rx_freq_2 ⇒ ::Integer
Returns the value of attribute rx_freq_2.
-
#supports_32_bit_f_cnt ⇒ Boolean
Returns the value of attribute supports_32_bit_f_cnt.
-
#supports_class_b ⇒ Boolean
Returns the value of attribute supports_class_b.
-
#supports_class_c ⇒ Boolean
Returns the value of attribute supports_class_c.
-
#supports_join ⇒ Boolean
Returns the value of attribute supports_join.
Instance Attribute Details
#class_b_timeout ⇒ ::Integer
Returns the value of attribute class_b_timeout.
1359 1360 1361 |
# File 'sig/types.rbs', line 1359 def class_b_timeout @class_b_timeout end |
#class_c_timeout ⇒ ::Integer
Returns the value of attribute class_c_timeout.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def class_c_timeout @class_c_timeout end |
#factory_preset_freqs_list ⇒ ::Array[::Integer]
Returns the value of attribute factory_preset_freqs_list.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def factory_preset_freqs_list @factory_preset_freqs_list end |
#mac_version ⇒ ::String
Returns the value of attribute mac_version.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def mac_version @mac_version end |
#max_duty_cycle ⇒ ::Integer
Returns the value of attribute max_duty_cycle.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def max_duty_cycle @max_duty_cycle end |
#max_eirp ⇒ ::Integer
Returns the value of attribute max_eirp.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def max_eirp @max_eirp end |
#ping_slot_dr ⇒ ::Integer
Returns the value of attribute ping_slot_dr.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def ping_slot_dr @ping_slot_dr end |
#ping_slot_freq ⇒ ::Integer
Returns the value of attribute ping_slot_freq.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def ping_slot_freq @ping_slot_freq end |
#ping_slot_period ⇒ ::Integer
Returns the value of attribute ping_slot_period.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def ping_slot_period @ping_slot_period end |
#reg_params_revision ⇒ ::String
Returns the value of attribute reg_params_revision.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def reg_params_revision @reg_params_revision end |
#rf_region ⇒ ::String
Returns the value of attribute rf_region.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def rf_region @rf_region end |
#rx_data_rate_2 ⇒ ::Integer
Returns the value of attribute rx_data_rate_2.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def rx_data_rate_2 @rx_data_rate_2 end |
#rx_delay_1 ⇒ ::Integer
Returns the value of attribute rx_delay_1.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def rx_delay_1 @rx_delay_1 end |
#rx_dr_offset_1 ⇒ ::Integer
Returns the value of attribute rx_dr_offset_1.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def rx_dr_offset_1 @rx_dr_offset_1 end |
#rx_freq_2 ⇒ ::Integer
Returns the value of attribute rx_freq_2.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def rx_freq_2 @rx_freq_2 end |
#supports_32_bit_f_cnt ⇒ Boolean
Returns the value of attribute supports_32_bit_f_cnt.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def supports_32_bit_f_cnt @supports_32_bit_f_cnt end |
#supports_class_b ⇒ Boolean
Returns the value of attribute supports_class_b.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def supports_class_b @supports_class_b end |
#supports_class_c ⇒ Boolean
Returns the value of attribute supports_class_c.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def supports_class_c @supports_class_c end |
#supports_join ⇒ Boolean
Returns the value of attribute supports_join.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def supports_join @supports_join end |