Uses of Class
com.github.lucadruda.iotc.device.exceptions.IoTCentralException
Packages that use IoTCentralException
-
Uses of IoTCentralException in com.github.lucadruda.iotc.device
Methods in com.github.lucadruda.iotc.device that throw IoTCentralExceptionModifier and TypeMethodDescriptionvoidIIoTCClient.Connect()Connect the devicevoidConnect the devicevoidIoTCClient.Connect()voidvoidIIoTCClient.Disconnect()Disconnect device.voidIoTCClient.Disconnect()voidIIoTCClient.FetchTwin()voidIoTCClient.FetchTwin()DeviceProvision.register()DeviceProvision.register(boolean force)voidIIoTCClient.SendProperty(Object payload)voidIIoTCClient.SendProperty(String payload)voidIoTCClient.SendProperty(Object payload)voidIoTCClient.SendProperty(String payload)voidIIoTCClient.SendTelemetry(Object payload)voidIIoTCClient.SendTelemetry(Object payload, Object properties)voidIIoTCClient.SendTelemetry(Object payload, String properties)voidIIoTCClient.SendTelemetry(String payload)voidIIoTCClient.SendTelemetry(String payload, Object properties)voidIIoTCClient.SendTelemetry(String payload, String properties)voidIoTCClient.SendTelemetry(Object payload)voidIoTCClient.SendTelemetry(Object payload, Object properties)voidIoTCClient.SendTelemetry(Object payload, String properties)voidIoTCClient.SendTelemetry(String payload)voidIoTCClient.SendTelemetry(String payload, Object properties)voidIoTCClient.SendTelemetry(String payload, String properties)booleanIIoTCClient.UploadFile(String fileName, File file)booleanIIoTCClient.UploadFile(String fileName, File file, String encoding)booleanIoTCClient.UploadFile(String fileName, File file)booleanIoTCClient.UploadFile(String fileName, File file, String encoding)