Class: Aws::IoTWireless::Types::AbpV1_0_x
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::AbpV1_0_x
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
ABP device object for LoRaWAN specification v1.0.x
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dev_addr ⇒ String
The DevAddr value.
-
#f_cnt_start ⇒ Integer
The FCnt init value.
-
#session_keys ⇒ Types::SessionKeysAbpV1_0_x
Session keys for ABP v1.0.x.
Instance Attribute Details
#dev_addr ⇒ String
The DevAddr value.
27 28 29 30 31 32 33 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 27 class AbpV1_0_x < Struct.new( :dev_addr, :session_keys, :f_cnt_start) SENSITIVE = [] include Aws::Structure end |
#f_cnt_start ⇒ Integer
The FCnt init value.
27 28 29 30 31 32 33 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 27 class AbpV1_0_x < Struct.new( :dev_addr, :session_keys, :f_cnt_start) SENSITIVE = [] include Aws::Structure end |
#session_keys ⇒ Types::SessionKeysAbpV1_0_x
Session keys for ABP v1.0.x
27 28 29 30 31 32 33 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 27 class AbpV1_0_x < Struct.new( :dev_addr, :session_keys, :f_cnt_start) SENSITIVE = [] include Aws::Structure end |