/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include ABP device object for LoRaWAN specification v1.0.xSee Also:
* AWS
* API Reference
The FCnt init value.
*/ inline int GetFCntStart() const{ return m_fCntStart; } /** *The FCnt init value.
*/ inline bool FCntStartHasBeenSet() const { return m_fCntStartHasBeenSet; } /** *The FCnt init value.
*/ inline void SetFCntStart(int value) { m_fCntStartHasBeenSet = true; m_fCntStart = value; } /** *The FCnt init value.
*/ inline UpdateAbpV1_0_x& WithFCntStart(int value) { SetFCntStart(value); return *this;} private: int m_fCntStart; bool m_fCntStartHasBeenSet = false; }; } // namespace Model } // namespace IoTWireless } // namespace Aws