A  B  C  D  E  F  G  H  I  L  M  N  O  P  R  S  T  U  V  W 

B

BALANCED_PHASES - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.EMSTag

hex = "0x01800012", type = DataType.UCHAR8

Response Tag to a REQ_BALANCED_PHASES request.

May contain one of the following values by which you can tell which phase is balanced:

  • 0 -> PHASE_000

  • 1 -> PHASE_001

  • 2 -> PHASE_010

  • 3 -> PHASE_011

  • 4 -> PHASE_100

  • 5 -> PHASE_101

  • 6 -> PHASE_110

  • 7 -> PHASE_111

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en:

de:

BAT - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.Namespace

Battery; code = 0x03

BAT_CHARGE_LEVEL - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.DBTag

hex = "0x0680000A", type = DataType.FLOAT32

Response parameter that occurs within a data block of the type DBTag.SUM_CONTAINER or DBTag.VALUE_CONTAINER.

Battery level in percent (0 - 100). It is unclear what the number means, since the query asks for a time period. Average charge level? Charge level at the end?

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en:

de:

BAT_CHARGE_LIMIT - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.EMSTag

hex = "0x01800042", type = DataType.INT32

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en:

de:

BAT_CYCLE_COUNT - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.DBTag

hex = "0x0680000B", type = DataType.FLOAT32

Response parameter that occurs within a data block of the type DBTag.SUM_CONTAINER or DBTag.VALUE_CONTAINER.

Indicates the number of charging cycles of the battery. CAUTION! It depends on the installed battery type if the value is correct. It is known that some (all?) Samsung batteries do not count cycles. In this case the parameter is always 0

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en:

de:

BAT_DISCHARGE_LIMIT - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.EMSTag

hex = "0x01800046", type = DataType.INT32

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en:

de:

BAT_POWER_IN - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.DBTag

hex = "0x06800002", type = DataType.FLOAT32

Response parameter that occurs within a data block of the type DBTag.SUM_CONTAINER or DBTag.VALUE_CONTAINER.

Indicates the total amount of energy in Wh that has been charged into the battery.

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en:

de:

BAT_POWER_OUT - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.DBTag

hex = "0x06800003", type = DataType.FLOAT32

Response parameter that occurs within a data block of the type DBTag.SUM_CONTAINER or DBTag.VALUE_CONTAINER.

Indicates the total amount of energy in Wh that has received from the battery

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en:

de:

BAT_SOC - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.EMSTag

hex = "0x01800008", type = DataType.UCHAR8

Response parameter to an EMSTag.REQ_BAT_SOC request parameter. Contains the current battery charge level in percent (0 - 100)..

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en: Battery charge level in %

de: Batterieladezustand in %

BatTag - class in de.jnkconsulting.e3dc.easyrscp.api.frame.tags
Contains tags for reading and controlling the battery
BATTERY_BEFORE_CAR_MODE - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.EMSTag

hex = "0x01800079", type = DataType.UCHAR8

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en: 1 = Mode activated / 0 = Mode deactivated

de: 1 = Modus aktiviert / 0 = Modus deaktiviert

BATTERY_SOFT_ON - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.BatTag

hex = "0x03800062", type = DataType.NONE

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en:

de:

BATTERY_SPEC - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.BatTag

hex = "0x03800058", type = DataType.NONE

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en:

de:

BATTERY_TO_CAR_MODE - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.EMSTag

hex = "0x01800077", type = DataType.UCHAR8

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en: 1 = Mode activated / 0 = Mode deactivated

de: 1 = Modus aktiviert / 0 = Modus deaktiviert

BatteryService - class in de.jnkconsulting.e3dc.easyrscp.api.service
Service to query the battery specification and status data
BatterySpec - class in de.jnkconsulting.e3dc.easyrscp.api.service.model
Contains the specification data of the battery
BatteryStatus - class in de.jnkconsulting.e3dc.easyrscp.api.service.model
Contains information on the current status of the battery
BITFIELD - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.DataType

Unknown, 1byte long. It seems never to be used. According to the name it gives a bit pattern; code = 0x0C

BOARD_VERSION - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.DCDCTag

hex = "0x0480000B", type = DataType.UCHAR8

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en:

de:

BOOL - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.DataType

Boolean typ. 1 for true, 0 for false; code = 0x01

booleanByTag(de.jnkconsulting.e3dc.easyrscp.api.frame.Tag,de.jnkconsulting.e3dc.easyrscp.api.frame.Tag) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.Frame
Searches for a data block of type tag and returns the value as Boolean.
BOOTLOADER_SOFTWARE - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.WBTag

hex = "0x0E800008", type = DataType.UCHAR8

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en: Energy counter L3 (Really???)

de: Energiezähler L3 (Wirklich???)

buildCipher() - function in de.jnkconsulting.e3dc.easyrscp.api.crypt.AESCipherFactory
Creates a new instance.
byCode(java.lang.Byte) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.DataType.Companion
Returns the DataType object for the given code.
byCode(java.lang.Byte) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.Namespace.Companion
 
byRscpCode(java.lang.Integer) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.ErrorCode.Companion
Returns the ErrorCode object for the given code.
byRscpCode(java.lang.Integer) - function in de.jnkconsulting.e3dc.easyrscp.api.service.model.ResultCode.Companion
 
BYTEARRAY - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.DataType

Binary data; code = 0x10

byteByTag(de.jnkconsulting.e3dc.easyrscp.api.frame.Tag,de.jnkconsulting.e3dc.easyrscp.api.frame.Tag) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.Frame
Searches for a data block of type tag and returns the value as Byte.
ByteHelperKt - class in de.jnkconsulting.e3dc.easyrscp.api.bytes
 
A  B  C  D  E  F  G  H  I  L  M  N  O  P  R  S  T  U  V  W