/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace IoTWireless { namespace Model { enum class DownlinkMode { NOT_SET, SEQUENTIAL, CONCURRENT, USING_UPLINK_GATEWAY }; namespace DownlinkModeMapper { AWS_IOTWIRELESS_API DownlinkMode GetDownlinkModeForName(const Aws::String& name); AWS_IOTWIRELESS_API Aws::String GetNameForDownlinkMode(DownlinkMode value); } // namespace DownlinkModeMapper } // namespace Model } // namespace IoTWireless } // namespace Aws