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

#applicationsArray<Types::ApplicationConfig>

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

Returns:



1732
1733
1734
1735
1736
1737
1738
1739
1740
# File 'lib/aws-sdk-iotwireless/types.rb', line 1732

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

#clock_syncInteger

The Fport value.

Returns:

  • (Integer)


1732
1733
1734
1735
1736
1737
1738
1739
1740
# File 'lib/aws-sdk-iotwireless/types.rb', line 1732

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

#fuotaInteger

The Fport value.

Returns:

  • (Integer)


1732
1733
1734
1735
1736
1737
1738
1739
1740
# File 'lib/aws-sdk-iotwireless/types.rb', line 1732

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

#multicastInteger

The Fport value.

Returns:

  • (Integer)


1732
1733
1734
1735
1736
1737
1738
1739
1740
# File 'lib/aws-sdk-iotwireless/types.rb', line 1732

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

#positioningTypes::Positioning

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

Returns:



1732
1733
1734
1735
1736
1737
1738
1739
1740
# File 'lib/aws-sdk-iotwireless/types.rb', line 1732

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