jar

com.github.lucadruda : iotc-device-client

Maven & Gradle

Apr 06, 2022
7 stars

Azure IoT Central Java Device Client · The Azure IoTCentral Device client for Java and Android

Table Of Contents

Latest Version

Download com.github.lucadruda : iotc-device-client JAR file - Latest Versions:

All Versions

Download com.github.lucadruda : iotc-device-client JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x
2.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window iotc-device-client-2.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.lucadruda.iotc.device.callbacks

├─ com.github.lucadruda.iotc.device.callbacks.CommandCallback.class - [JAR]

├─ com.github.lucadruda.iotc.device.callbacks.IoTCCallback.class - [JAR]

├─ com.github.lucadruda.iotc.device.callbacks.PropertiesCallback.class - [JAR]

com.github.lucadruda.iotc.device.enums

├─ com.github.lucadruda.iotc.device.enums.IOTC_COMMAND_RESPONSE.class - [JAR]

├─ com.github.lucadruda.iotc.device.enums.IOTC_CONNECT.class - [JAR]

├─ com.github.lucadruda.iotc.device.enums.IOTC_CONNECTION_STATE.class - [JAR]

├─ com.github.lucadruda.iotc.device.enums.IOTC_EVENTS.class - [JAR]

├─ com.github.lucadruda.iotc.device.enums.IOTC_LOGGING.class - [JAR]

├─ com.github.lucadruda.iotc.device.enums.IOTC_MESSAGE.class - [JAR]

├─ com.github.lucadruda.iotc.device.enums.IOTC_PROTOCOL.class - [JAR]

com.github.lucadruda.iotc.device.exceptions

├─ com.github.lucadruda.iotc.device.exceptions.IoTCentralException.class - [JAR]

com.github.lucadruda.iotc.device

├─ com.github.lucadruda.iotc.device.Command.class - [JAR]

├─ com.github.lucadruda.iotc.device.ConsoleLogger.class - [JAR]

├─ com.github.lucadruda.iotc.device.DeviceProvision.class - [JAR]

├─ com.github.lucadruda.iotc.device.ICentralStorage.class - [JAR]

├─ com.github.lucadruda.iotc.device.IIoTCClient.class - [JAR]

├─ com.github.lucadruda.iotc.device.ILogger.class - [JAR]

├─ com.github.lucadruda.iotc.device.IoTCClient.class - [JAR]

├─ com.github.lucadruda.iotc.device.IoTCentralCert.class - [JAR]

├─ com.github.lucadruda.iotc.device.SSLContextBuilder.class - [JAR]

com.github.lucadruda.iotc.device.models

├─ com.github.lucadruda.iotc.device.models.CommandResponse.class - [JAR]

├─ com.github.lucadruda.iotc.device.models.IoTCCommand.class - [JAR]

├─ com.github.lucadruda.iotc.device.models.IoTCProperty.class - [JAR]

├─ com.github.lucadruda.iotc.device.models.PropertyResponse.class - [JAR]

├─ com.github.lucadruda.iotc.device.models.Storage.class - [JAR]

├─ com.github.lucadruda.iotc.device.models.X509Certificate.class - [JAR]

Advertisement