Class: Aws::IoTWireless::Types::AbpV1_1
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::AbpV1_1
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
ABP device object for LoRaWAN specification v1.1
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_1
Session keys for ABP v1.1.
Instance Attribute Details
#dev_addr ⇒ String
The DevAddr value.
49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 49 class AbpV1_1 < Struct.new( :dev_addr, :session_keys, :f_cnt_start) SENSITIVE = [] include Aws::Structure end |
#f_cnt_start ⇒ Integer
The FCnt init value.
49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 49 class AbpV1_1 < Struct.new( :dev_addr, :session_keys, :f_cnt_start) SENSITIVE = [] include Aws::Structure end |
#session_keys ⇒ Types::SessionKeysAbpV1_1
Session keys for ABP v1.1
49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 49 class AbpV1_1 < Struct.new( :dev_addr, :session_keys, :f_cnt_start) SENSITIVE = [] include Aws::Structure end |