Skip navigation links
C E G I O S T V 

C

ChargingPoint - Class in io.quisque.enelxsdk
Represents an EnelX charging point.
ChargingPoint.Side - Enum in io.quisque.enelxsdk
 
ChargingPoint.Status - Enum in io.quisque.enelxsdk
 

E

EnelXManager - Class in io.quisque.enelxsdk
Main entry point of the EnelX SDK.
EnelXManager() - Constructor for class io.quisque.enelxsdk.EnelXManager
 
EnelXManager.IdentifyChargingPointCallback - Interface in io.quisque.enelxsdk
 
EnelXManager.IdentifyChargingPointCallback.Error - Enum in io.quisque.enelxsdk
 
EnelXManager.ScanCallback - Interface in io.quisque.enelxsdk
Interface for implementing a callback for scanning features.
EnelXManager.ScanCallback.Error - Enum in io.quisque.enelxsdk
 
EnelXManager.ScanCallback.Event - Enum in io.quisque.enelxsdk
 
EnelXManager.StartChargeCallback - Interface in io.quisque.enelxsdk
 
EnelXManager.StartChargeCallback.Error - Enum in io.quisque.enelxsdk
 
EnelXManager.StopChargeCallback - Interface in io.quisque.enelxsdk
 
EnelXManager.StopChargeCallback.Error - Enum in io.quisque.enelxsdk
 

G

getMissingPermissions(Context) - Static method in class io.quisque.enelxsdk.EnelXManager
Returns an array with all those permissions that are required by the EnelX SDK but not yet granted by the user.
getRssi() - Method in class io.quisque.enelxsdk.ChargingPoint
Returns the RSSI value of the charging point.
getSerialNumberLastThreeDigits() - Method in class io.quisque.enelxsdk.ChargingPoint
Returns the last three digits of the charging point serial number.
getSide() - Method in class io.quisque.enelxsdk.ChargingPoint
Returns the side of the charging point.
getStatus() - Method in class io.quisque.enelxsdk.ChargingPoint
Returns the status of the charging point.

I

identifyChargingPoint(Context, ChargingPoint, String, EnelXManager.IdentifyChargingPointCallback) - Static method in class io.quisque.enelxsdk.EnelXManager
Makes blink or buzz the given charging point, thus the user can identify it.
io.quisque.enelxsdk - package io.quisque.enelxsdk
 
isBluetoothEnabled(Context) - Static method in class io.quisque.enelxsdk.EnelXManager
Checks whether bluetooth on device is currently enabled.
isSupported(Context) - Static method in class io.quisque.enelxsdk.EnelXManager
Checks whether the EnelX SDK is supported by the current device.

O

onChargeStarted() - Method in interface io.quisque.enelxsdk.EnelXManager.StartChargeCallback
Called after the plug has been connected by the user and the charge has started.
onChargeStopped() - Method in interface io.quisque.enelxsdk.EnelXManager.StopChargeCallback
Called to notify that the charge has been stopped.
onChargingPoint(ChargingPoint, EnelXManager.ScanCallback.Event) - Method in interface io.quisque.enelxsdk.EnelXManager.ScanCallback
Called when a charging point is detected, updated or it has disappeared.
onError(EnelXManager.IdentifyChargingPointCallback.Error, Exception) - Method in interface io.quisque.enelxsdk.EnelXManager.IdentifyChargingPointCallback
Called when an error is encountered during the identify flow.
onError(EnelXManager.StartChargeCallback.Error, Exception) - Method in interface io.quisque.enelxsdk.EnelXManager.StartChargeCallback
Called when an error is encountered during the start charge flow.
onError(EnelXManager.StopChargeCallback.Error, Exception) - Method in interface io.quisque.enelxsdk.EnelXManager.StopChargeCallback
Called when an error is encountered during the stop charge flow.
onRequestSent() - Method in interface io.quisque.enelxsdk.EnelXManager.IdentifyChargingPointCallback
Called to notify that the identify request has been successfully sent to the charging point.
onRequestSent() - Method in interface io.quisque.enelxsdk.EnelXManager.StartChargeCallback
Called to notify that the start charge request has been sent to the charging point.
onRequestSent() - Method in interface io.quisque.enelxsdk.EnelXManager.StopChargeCallback
Called to notify that the stop charge request has been sent to the charging point.
onScanError(EnelXManager.ScanCallback.Error, Exception) - Method in interface io.quisque.enelxsdk.EnelXManager.ScanCallback
Called when an error is encountered before or during the scanning process.
onScanStarted() - Method in interface io.quisque.enelxsdk.EnelXManager.ScanCallback
Called to notify the scan for charging point has been started.
onScanStopped() - Method in interface io.quisque.enelxsdk.EnelXManager.ScanCallback
Called to notify the scan for charging point has been stopped.
onWaitingForPlug() - Method in interface io.quisque.enelxsdk.EnelXManager.StartChargeCallback
Called when the start charge command has been delivered to the charging point and its status has changed to 'waiting for plug'.

S

startCharge(Context, ChargingPoint, String, EnelXManager.StartChargeCallback) - Static method in class io.quisque.enelxsdk.EnelXManager
Connects the given charging point and ask it to start charging.
startScan(Context, ChargingPoint.Status[], EnelXManager.ScanCallback) - Static method in class io.quisque.enelxsdk.EnelXManager
Starts scanning for charging points in one of the given statuses (or in any status if no filter is given).
stopCharge(Context, ChargingPoint, String, EnelXManager.StopChargeCallback) - Static method in class io.quisque.enelxsdk.EnelXManager
Connects the given charging point and ask it to stop charging.
stopScan(Context, EnelXManager.ScanCallback) - Static method in class io.quisque.enelxsdk.EnelXManager
Stops a previously started scanning operation.

T

toString() - Method in class io.quisque.enelxsdk.ChargingPoint
 

V

valueOf(String) - Static method in enum io.quisque.enelxsdk.ChargingPoint.Side
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.quisque.enelxsdk.ChargingPoint.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.quisque.enelxsdk.EnelXManager.IdentifyChargingPointCallback.Error
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.quisque.enelxsdk.EnelXManager.ScanCallback.Error
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.quisque.enelxsdk.EnelXManager.ScanCallback.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.quisque.enelxsdk.EnelXManager.StartChargeCallback.Error
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.quisque.enelxsdk.EnelXManager.StopChargeCallback.Error
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.quisque.enelxsdk.ChargingPoint.Side
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.quisque.enelxsdk.ChargingPoint.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.quisque.enelxsdk.EnelXManager.IdentifyChargingPointCallback.Error
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.quisque.enelxsdk.EnelXManager.ScanCallback.Error
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.quisque.enelxsdk.EnelXManager.ScanCallback.Event
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.quisque.enelxsdk.EnelXManager.StartChargeCallback.Error
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.quisque.enelxsdk.EnelXManager.StopChargeCallback.Error
Returns an array containing the constants of this enum type, in the order they are declared.
C E G I O S T V 
Skip navigation links