Class: Aws::IoTWireless::Types::AbpV1_1

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.1

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dev_addrString

The DevAddr value.

Returns:

  • (String)


49
50
51
52
53
54
55
# File 'gems/aws-sdk-iotwireless/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_startInteger

The FCnt init value.

Returns:

  • (Integer)


49
50
51
52
53
54
55
# File 'gems/aws-sdk-iotwireless/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_keysTypes::SessionKeysAbpV1_1

Session keys for ABP v1.1



49
50
51
52
53
54
55
# File 'gems/aws-sdk-iotwireless/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