Class: Aws::IoTWireless::Types::FPorts

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

Overview

List of FPort assigned for different LoRaWAN application packages to use

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applications ⇒ Array<Types::ApplicationConfig>

Optional LoRaWAN application information, which can be used for geolocation.

Returns:



1787
1788
1789
1790
1791
1792
1793
1794
1795
# File 'lib/aws-sdk-iotwireless/types.rb', line 1787

class FPorts < Struct.new(
  :fuota,
  :multicast,
  :clock_sync,
  :positioning,
  :applications)
  SENSITIVE = []
  include Aws::Structure
end

#clock_sync ⇒ Integer

The Fport value.

Returns:

  • (Integer)


1787
1788
1789
1790
1791
1792
1793
1794
1795
# File 'lib/aws-sdk-iotwireless/types.rb', line 1787

class FPorts < Struct.new(
  :fuota,
  :multicast,
  :clock_sync,
  :positioning,
  :applications)
  SENSITIVE = []
  include Aws::Structure
end

#fuota ⇒ Integer

The Fport value.

Returns:

  • (Integer)


1787
1788
1789
1790
1791
1792
1793
1794
1795
# File 'lib/aws-sdk-iotwireless/types.rb', line 1787

class FPorts < Struct.new(
  :fuota,
  :multicast,
  :clock_sync,
  :positioning,
  :applications)
  SENSITIVE = []
  include Aws::Structure
end

#multicast ⇒ Integer

The Fport value.

Returns:

  • (Integer)


1787
1788
1789
1790
1791
1792
1793
1794
1795
# File 'lib/aws-sdk-iotwireless/types.rb', line 1787

class FPorts < Struct.new(
  :fuota,
  :multicast,
  :clock_sync,
  :positioning,
  :applications)
  SENSITIVE = []
  include Aws::Structure
end

#positioning ⇒ Types::Positioning

FPort values for the GNSS, stream, and ClockSync functions of the positioning information.

Returns:



1787
1788
1789
1790
1791
1792
1793
1794
1795
# File 'lib/aws-sdk-iotwireless/types.rb', line 1787

class FPorts < Struct.new(
  :fuota,
  :multicast,
  :clock_sync,
  :positioning,
  :applications)
  SENSITIVE = []
  include Aws::Structure
end