Class: Aws::Types::LoRaWANDeviceProfile

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#class_b_timeout ⇒ ::Integer

Returns the value of attribute class_b_timeout.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::Integer])


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


1375
1376
1377
# File 'sig/types.rbs', line 1375

def supports_join
  @supports_join
end