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:



1739
1740
1741
1742
1743
1744
1745
1746
1747
# File 'lib/aws-sdk-iotwireless/types.rb', line 1739

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

#clock_syncInteger

The Fport value.

Returns:

  • (Integer)


1739
1740
1741
1742
1743
1744
1745
1746
1747
# File 'lib/aws-sdk-iotwireless/types.rb', line 1739

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

#fuotaInteger

The Fport value.

Returns:

  • (Integer)


1739
1740
1741
1742
1743
1744
1745
1746
1747
# File 'lib/aws-sdk-iotwireless/types.rb', line 1739

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

#multicastInteger

The Fport value.

Returns:

  • (Integer)


1739
1740
1741
1742
1743
1744
1745
1746
1747
# File 'lib/aws-sdk-iotwireless/types.rb', line 1739

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:



1739
1740
1741
1742
1743
1744
1745
1746
1747
# File 'lib/aws-sdk-iotwireless/types.rb', line 1739

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