Class: Aws::IoTWireless::Types::UpdateAbpV1_0_x

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

Instance Attribute Details

#f_cnt_startInteger

The FCnt init value.

Returns:

  • (Integer)


6339
6340
6341
6342
6343
# File 'lib/aws-sdk-iotwireless/types.rb', line 6339

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