Class: Aws::IoTWireless::Types::AbpV1_0_x

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Overview

ABP device object for LoRaWAN specification v1.0.x

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dev_addrString

The DevAddr value.

Returns:

  • (String)


27
28
29
30
31
32
33
# File 'gems/aws-sdk-iotwireless/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_startInteger

The FCnt init value.

Returns:

  • (Integer)


27
28
29
30
31
32
33
# File 'gems/aws-sdk-iotwireless/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_keysTypes::SessionKeysAbpV1_0_x

Session keys for ABP v1.0.x



27
28
29
30
31
32
33
# File 'gems/aws-sdk-iotwireless/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