Class: Aws::IoTWireless::Types::UpdateAbpV1_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

#f_cnt_startInteger

The FCnt init value.

Returns:

  • (Integer)


6232
6233
6234
6235
6236
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6232

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