com.microsoft.azure.sdk.iotcentral.device.enums.IOTC_PROTOCOL Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of iotc-java-device-client Show documentation
Show all versions of iotc-java-device-client Show documentation
The Azure IoTCentral Device client for Java and Android
// Copyright (c) Luca Druda. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
package com.microsoft.azure.sdk.iotcentral.device.enums;
public enum IOTC_PROTOCOL {
MQTT, AMQP, HTTP
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy