Class: Aws::IoTWireless::Types::UpdateAbpV1_1

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#f_cnt_startInteger

The FCnt init value.

Returns:

  • (Integer)


6351
6352
6353
6354
6355
# File 'lib/aws-sdk-iotwireless/types.rb', line 6351

class UpdateAbpV1_1 < Struct.new(
  :f_cnt_start)
  SENSITIVE = []
  include Aws::Structure
end