B
- BALANCED_PHASES - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.EMSTag
hex = "0x01800012", type = DataType.UCHAR8
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?
Original E3DC Documentation:
en:
de:
- BAT_CHARGE_LIMIT - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.EMSTag
hex = "0x01800042", type = DataType.INT32
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
Original E3DC Documentation:
en:
de:
- BAT_DISCHARGE_LIMIT - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.EMSTag
hex = "0x01800046", type = DataType.INT32
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.
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
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)..
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
Original E3DC Documentation:
en: 1 = Mode activated / 0 = Mode deactivated
de: 1 = Modus aktiviert / 0 = Modus deaktiviert
- BATTERY_TO_CAR_MODE - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.EMSTag
hex = "0x01800077", type = DataType.UCHAR8
Original E3DC Documentation:
en: 1 = Mode activated / 0 = Mode deactivated
de: 1 = Modus aktiviert / 0 = Modus deaktiviert
- 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
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
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.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