F
- FET_STATE - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.BatTag
hex = "0x03800061", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- FieldPositions - class in de.jnkconsulting.e3dc.easyrscp.api.bytes
- Helper class to hold fixed field positions in a RSCP frame.
- FieldSizes - class in de.jnkconsulting.e3dc.easyrscp.api.bytes
- Helper class to define different field sizes in the RSCP protocol.
- fillCRC32forFrame(java.nio.ByteBuffer) - function in de.jnkconsulting.e3dc.easyrscp.api.bytes.ByteHelperKt
- Calculates the CRC32 checksum assuming that the byte buffer is an E3DC RSCP frame.
- fillInStackTrace() - function in kotlin.Throwable
- FIRMWARE_VERSION - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.BatTag
hex = "0x0380001F", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- FIRMWARE_VERSION - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.DCDCTag
hex = "0x04800008", type = DataType.STRING
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- FIRMWARE_VERSION - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PMTag
hex = "0x0580000C", type = DataType.UCHAR8
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- FixedValues - class in de.jnkconsulting.e3dc.easyrscp.api.bytes
- FLASH - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.DCDCTag
hex = "0x0480000F", type = DataType.BOOL
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- FLASH_FILE - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.DCDCTag
hex = "0x0480000D", type = DataType.STRING
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- FLASH_FILE - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag
hex = "0x02800007", type = DataType.STRING
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- FLASH_FILE_LIST - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.DCDCTag
hex = "0x0480000C", type = DataType.CONTAINER
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- FLASH_VERSION - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.WBTag
hex = "0x0E80000A", type = DataType.UCHAR8
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Last reported error code (see mode if error has relevance) (Oh E3DC, What have you done?)
de: Letzter gemeldeter Fehlercode (siehe Modus, wenn der Fehler relevant ist) (Oh E3DC, was hast du getan?)
- FLOAT32 - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.DataType
Contains a 4byte floating point number; code = 0x0A
- floatByTag(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 Float.
- FMS - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.Namespace
??; code = 0x07
- FMSTag - class in de.jnkconsulting.e3dc.easyrscp.api.frame.tags
- FMS probably defines tags for farm management.
- FORMAT - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.ErrorCode
Contains a 1byte number; code = 0x02
- FORMAT_ERROR - enum entry in de.jnkconsulting.e3dc.easyrscp.api.service.model.ResultCode
The request value is invalid; rscpCode = 3
- FPGA_FIRMWARE - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.DCDCTag
hex = "0x04800009", type = DataType.UCHAR8
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- Frame - class in de.jnkconsulting.e3dc.easyrscp.api.frame
- RSCP data frame that can be sent to or received from an E3DC home power plant.
- FrameParser - class in de.jnkconsulting.e3dc.easyrscp.api.frame
- Defines a parser to create a RSCP frame from binary data.
- FREQUENCY_OVER - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag
hex = "0x02000083", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- FREQUENCY_UNDER - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag
hex = "0x02000082", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- FREQUENCY_UNDER_OVER - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag
hex = "0x02800080", type = DataType.CONTAINER
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de: TAG_PVI_FREQUENCY_UNDER & TAG_PVI_FREQUENCY_OVER
- fromHexString(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.api.bytes.ByteHelperKt
- Creates a byte array from the string assuming that the string is in valid hex format.