Class: Aws::IoTWireless::Types::FPorts
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::FPorts
- 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
-
#applications ⇒ Array<Types::ApplicationConfig>
Optional LoRaWAN application information, which can be used for geolocation.
-
#clock_sync ⇒ Integer
The Fport value.
-
#fuota ⇒ Integer
The Fport value.
-
#multicast ⇒ Integer
The Fport value.
-
#positioning ⇒ Types::Positioning
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
Instance Attribute Details
#applications ⇒ Array<Types::ApplicationConfig>
Optional LoRaWAN application information, which can be used for geolocation.
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_sync ⇒ Integer
The Fport value.
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 |
#fuota ⇒ Integer
The Fport value.
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 |
#multicast ⇒ Integer
The Fport value.
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 |
#positioning ⇒ Types::Positioning
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
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 |