Class: Aws::IoTWireless::Types::LoRaWANMulticastSession

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Overview

The LoRaWAN information used with the multicast session.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dl_drInteger

Downlink data rate.

Returns:

  • (Integer)


4568
4569
4570
4571
4572
4573
4574
4575
4576
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4568

class LoRaWANMulticastSession < Struct.new(
  :dl_dr,
  :dl_freq,
  :session_start_time,
  :session_timeout,
  :ping_slot_period)
  SENSITIVE = []
  include Aws::Structure
end

#dl_freqInteger

Downlink frequency.

Returns:

  • (Integer)


4568
4569
4570
4571
4572
4573
4574
4575
4576
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4568

class LoRaWANMulticastSession < Struct.new(
  :dl_dr,
  :dl_freq,
  :session_start_time,
  :session_timeout,
  :ping_slot_period)
  SENSITIVE = []
  include Aws::Structure
end

#ping_slot_periodInteger

The PingSlotPeriod value.

Returns:

  • (Integer)


4568
4569
4570
4571
4572
4573
4574
4575
4576
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4568

class LoRaWANMulticastSession < Struct.new(
  :dl_dr,
  :dl_freq,
  :session_start_time,
  :session_timeout,
  :ping_slot_period)
  SENSITIVE = []
  include Aws::Structure
end

#session_start_timeTime

Timestamp of when the multicast group session is to start.

Returns:

  • (Time)


4568
4569
4570
4571
4572
4573
4574
4575
4576
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4568

class LoRaWANMulticastSession < Struct.new(
  :dl_dr,
  :dl_freq,
  :session_start_time,
  :session_timeout,
  :ping_slot_period)
  SENSITIVE = []
  include Aws::Structure
end

#session_timeoutInteger

How long before a multicast group session is to timeout.

We recommend that you provide a timeout value that is a power-of-two (such as 64, 128, 256). If a non-power-of-two value is provided, it will automatically be rounded up to the next supported power-of-two within the allowed range.

Returns:

  • (Integer)


4568
4569
4570
4571
4572
4573
4574
4575
4576
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4568

class LoRaWANMulticastSession < Struct.new(
  :dl_dr,
  :dl_freq,
  :session_start_time,
  :session_timeout,
  :ping_slot_period)
  SENSITIVE = []
  include Aws::Structure
end