Skip navigation links
C D E G H I L O P R S T U V 

C

call(String, Object, Object) - Method in class com.github.lucadruda.iotc.device.callbacks.CommandCallback
 
CertAuthentication - Class in com.github.lucadruda.iotc.device
 
CertAuthentication(String, IotHubClientProtocol, String, String, IoTCentralCert, ILogger) - Constructor for class com.github.lucadruda.iotc.device.CertAuthentication
 
certificate - Variable in class com.github.lucadruda.iotc.device.IoTCentralCert
 
com.github.lucadruda.iotc.device - package com.github.lucadruda.iotc.device
 
com.github.lucadruda.iotc.device.callbacks - package com.github.lucadruda.iotc.device.callbacks
 
com.github.lucadruda.iotc.device.enums - package com.github.lucadruda.iotc.device.enums
 
com.github.lucadruda.iotc.device.exceptions - package com.github.lucadruda.iotc.device.exceptions
 
Command - Class in com.github.lucadruda.iotc.device
 
Command(String, String, String) - Constructor for class com.github.lucadruda.iotc.device.Command
 
CommandCallback - Class in com.github.lucadruda.iotc.device.callbacks
 
CommandCallback(List<IoTCCallback>) - Constructor for class com.github.lucadruda.iotc.device.callbacks.CommandCallback
 
Connect() - Method in interface com.github.lucadruda.iotc.device.IIoTCClient
Connect device.
Connect() - Method in class com.github.lucadruda.iotc.device.IoTCClient
 
ConnectionStatus - Class in com.github.lucadruda.iotc.device.callbacks
 
ConnectionStatus(List<IoTCCallback>) - Constructor for class com.github.lucadruda.iotc.device.callbacks.ConnectionStatus
 
ConsoleLogger - Class in com.github.lucadruda.iotc.device
 
ConsoleLogger() - Constructor for class com.github.lucadruda.iotc.device.ConsoleLogger
 

D

DeviceTwinStatusCallback - Class in com.github.lucadruda.iotc.device.callbacks
 
DeviceTwinStatusCallback(IoTCCallback) - Constructor for class com.github.lucadruda.iotc.device.callbacks.DeviceTwinStatusCallback
 
Disconnect(IoTCCallback) - Method in interface com.github.lucadruda.iotc.device.IIoTCClient
Disconnect device.
Disconnect(IoTCCallback) - Method in class com.github.lucadruda.iotc.device.IoTCClient
 

E

EventCallback - Class in com.github.lucadruda.iotc.device.callbacks
 
EventCallback(IoTCCallback, ILogger) - Constructor for class com.github.lucadruda.iotc.device.callbacks.EventCallback
 
Exec(Object) - Method in class com.github.lucadruda.iotc.device.callbacks.IoTCCallback
 
execute(IotHubConnectionStatus, IotHubConnectionStatusChangeReason, Throwable, Object) - Method in class com.github.lucadruda.iotc.device.callbacks.ConnectionStatus
 
execute(IotHubStatusCode, Object) - Method in class com.github.lucadruda.iotc.device.callbacks.DeviceTwinStatusCallback
 
execute(IotHubStatusCode, Object) - Method in class com.github.lucadruda.iotc.device.callbacks.EventCallback
 

G

getConnectionState() - Method in exception com.github.lucadruda.iotc.device.exceptions.IoTCentralException
 
getName() - Method in class com.github.lucadruda.iotc.device.Command
 
getName() - Method in class com.github.lucadruda.iotc.device.Setting
 
getPayload() - Method in class com.github.lucadruda.iotc.device.Command
 
getRequestId() - Method in class com.github.lucadruda.iotc.device.Command
 
getResponseObject(String) - Method in class com.github.lucadruda.iotc.device.Command
 
getResponseObject(String) - Method in class com.github.lucadruda.iotc.device.Setting
 
getValue() - Method in class com.github.lucadruda.iotc.device.Setting
 
getVersion() - Method in class com.github.lucadruda.iotc.device.Setting
 

H

host_address - Variable in class com.github.lucadruda.iotc.device.enums.HTTP_PROXY_OPTIONS
 
HTTP_PROXY_OPTIONS - Class in com.github.lucadruda.iotc.device.enums
 
HTTP_PROXY_OPTIONS() - Constructor for class com.github.lucadruda.iotc.device.enums.HTTP_PROXY_OPTIONS
 

I

IIoTCClient - Interface in com.github.lucadruda.iotc.device
 
ILogger - Interface in com.github.lucadruda.iotc.device
 
intermediate - Variable in class com.github.lucadruda.iotc.device.IoTCentralCert
 
IOTC_CONNECT - Enum in com.github.lucadruda.iotc.device.enums
 
IOTC_CONNECTION_STATE - Enum in com.github.lucadruda.iotc.device.enums
 
IOTC_EVENTS - Enum in com.github.lucadruda.iotc.device.enums
 
IOTC_LOGGING - Enum in com.github.lucadruda.iotc.device.enums
 
IOTC_MESSAGE - Enum in com.github.lucadruda.iotc.device.enums
 
IOTC_PROTOCOL - Enum in com.github.lucadruda.iotc.device.enums
 
IoTCCallback - Class in com.github.lucadruda.iotc.device.callbacks
 
IoTCCallback() - Constructor for class com.github.lucadruda.iotc.device.callbacks.IoTCCallback
 
IoTCClient - Class in com.github.lucadruda.iotc.device
 
IoTCClient(String, String, IOTC_CONNECT, Object) - Constructor for class com.github.lucadruda.iotc.device.IoTCClient
 
IoTCClient(String, String, IOTC_CONNECT, Object, ILogger) - Constructor for class com.github.lucadruda.iotc.device.IoTCClient
 
IoTCentralCert - Class in com.github.lucadruda.iotc.device
 
IoTCentralCert(String, String, String) - Constructor for class com.github.lucadruda.iotc.device.IoTCentralCert
 
IoTCentralCert(String, String, String, String) - Constructor for class com.github.lucadruda.iotc.device.IoTCentralCert
 
IoTCentralException - Exception in com.github.lucadruda.iotc.device.exceptions
 
IoTCentralException() - Constructor for exception com.github.lucadruda.iotc.device.exceptions.IoTCentralException
 
IoTCentralException(String) - Constructor for exception com.github.lucadruda.iotc.device.exceptions.IoTCentralException
 
IoTCentralException(IOTC_CONNECTION_STATE) - Constructor for exception com.github.lucadruda.iotc.device.exceptions.IoTCentralException
 

L

Log(String) - Method in class com.github.lucadruda.iotc.device.ConsoleLogger
 
Log(String) - Method in interface com.github.lucadruda.iotc.device.ILogger
 

O

on(IOTC_EVENTS, IoTCCallback) - Method in interface com.github.lucadruda.iotc.device.IIoTCClient
Listen to events.
on(IOTC_EVENTS, IoTCCallback) - Method in class com.github.lucadruda.iotc.device.IoTCClient
 

P

password - Variable in class com.github.lucadruda.iotc.device.enums.HTTP_PROXY_OPTIONS
 
port - Variable in class com.github.lucadruda.iotc.device.enums.HTTP_PROXY_OPTIONS
 
privateKey - Variable in class com.github.lucadruda.iotc.device.IoTCentralCert
 

R

Register() - Method in class com.github.lucadruda.iotc.device.CertAuthentication
 
RegisterWithDeviceKey(String) - Method in class com.github.lucadruda.iotc.device.SasAuthentication
 
RegisterWithSaSKey(String) - Method in class com.github.lucadruda.iotc.device.SasAuthentication
 
root - Variable in class com.github.lucadruda.iotc.device.IoTCentralCert
 

S

SasAuthentication - Class in com.github.lucadruda.iotc.device
 
SasAuthentication(String, IotHubClientProtocol, String, String, ILogger) - Constructor for class com.github.lucadruda.iotc.device.SasAuthentication
 
SendEvent(Object, IoTCCallback) - Method in interface com.github.lucadruda.iotc.device.IIoTCClient
Send events
SendEvent(Object, IoTCCallback) - Method in class com.github.lucadruda.iotc.device.IoTCClient
 
SendProperty(Object, IoTCCallback) - Method in interface com.github.lucadruda.iotc.device.IIoTCClient
Send update values to properties.
SendProperty(Object, IoTCCallback) - Method in class com.github.lucadruda.iotc.device.IoTCClient
 
SendState(Object, IoTCCallback) - Method in interface com.github.lucadruda.iotc.device.IIoTCClient
Send a state message
SendState(Object, IoTCCallback) - Method in class com.github.lucadruda.iotc.device.IoTCClient
 
SendTelemetry(Object, IoTCCallback) - Method in interface com.github.lucadruda.iotc.device.IIoTCClient
Send a telemetry message.
SendTelemetry(Object, IoTCCallback) - Method in class com.github.lucadruda.iotc.device.IoTCClient
 
SetGlobalEndpoint(String) - Method in interface com.github.lucadruda.iotc.device.IIoTCClient
Set DPS global endpoint.
SetGlobalEndpoint(String) - Method in class com.github.lucadruda.iotc.device.IoTCClient
 
SetLevel(IOTC_LOGGING) - Method in class com.github.lucadruda.iotc.device.ConsoleLogger
 
SetLevel(IOTC_LOGGING) - Method in interface com.github.lucadruda.iotc.device.ILogger
 
SetLogging(IOTC_LOGGING) - Method in interface com.github.lucadruda.iotc.device.IIoTCClient
Set logging level (FULL, API_ONLY, DISABLED).
SetLogging(IOTC_LOGGING) - Method in class com.github.lucadruda.iotc.device.IoTCClient
 
SetProtocol(IOTC_PROTOCOL) - Method in interface com.github.lucadruda.iotc.device.IIoTCClient
Set connection protocol (MQTT, AMQP, HTTPS).
SetProtocol(IOTC_PROTOCOL) - Method in class com.github.lucadruda.iotc.device.IoTCClient
 
SetProxy(HTTP_PROXY_OPTIONS) - Method in interface com.github.lucadruda.iotc.device.IIoTCClient
Set network proxy Must be called before Connect().
SetProxy(HTTP_PROXY_OPTIONS) - Method in class com.github.lucadruda.iotc.device.IoTCClient
 
Setting - Class in com.github.lucadruda.iotc.device
 
Setting(String, Object, int) - Constructor for class com.github.lucadruda.iotc.device.Setting
 
SettingsCallback - Class in com.github.lucadruda.iotc.device.callbacks
 
SettingsCallback(List<IoTCCallback>) - Constructor for class com.github.lucadruda.iotc.device.callbacks.SettingsCallback
 

T

TwinPropertyCallBack(Property, Object) - Method in class com.github.lucadruda.iotc.device.callbacks.SettingsCallback
 

U

username - Variable in class com.github.lucadruda.iotc.device.enums.HTTP_PROXY_OPTIONS
 

V

valueOf(String) - Static method in enum com.github.lucadruda.iotc.device.enums.IOTC_CONNECT
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.lucadruda.iotc.device.enums.IOTC_CONNECTION_STATE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.lucadruda.iotc.device.enums.IOTC_EVENTS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.lucadruda.iotc.device.enums.IOTC_LOGGING
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.lucadruda.iotc.device.enums.IOTC_MESSAGE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.lucadruda.iotc.device.enums.IOTC_PROTOCOL
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.lucadruda.iotc.device.enums.IOTC_CONNECT
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.lucadruda.iotc.device.enums.IOTC_CONNECTION_STATE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.lucadruda.iotc.device.enums.IOTC_EVENTS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.lucadruda.iotc.device.enums.IOTC_LOGGING
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.lucadruda.iotc.device.enums.IOTC_MESSAGE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.lucadruda.iotc.device.enums.IOTC_PROTOCOL
Returns an array containing the constants of this enum type, in the order they are declared.
C D E G H I L O P R S T U V 
Skip navigation links

Copyright © 2019. All rights reserved.