public class BLEChargingPoint
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BLEChargingPoint.Side |
static class |
BLEChargingPoint.Status |
| Modifier and Type | Method and Description |
|---|---|
int |
getRssi()
Returns the RSSI value of the charging point.
|
java.lang.String |
getSerialNumberLastThreeDigits()
Returns the last three digits of the charging point serial number.
|
BLEChargingPoint.Side |
getSide()
Returns the side of the charging point.
|
BLEChargingPoint.Status |
getStatus()
Returns the status of the charging point.
|
java.lang.String |
toString() |
public java.lang.String getSerialNumberLastThreeDigits()
public BLEChargingPoint.Side getSide()
public BLEChargingPoint.Status getStatus()
public int getRssi()
public java.lang.String toString()
toString in class java.lang.Object