Interface WBExternalDataParser
-
- All Implemented Interfaces:
public interface WBExternalDataParserDefines a parser to parse the binary data of the response blocks which are prefixed with EXTERN_DATA_*.
- Since:
2.3
-
-
Method Summary
Modifier and Type Method Description abstract WBExternalEnergyDataparseEnergyData(Data block)Parses the data blocks of type de.jnkconsulting.e3dc.easyrscp.api.frame.tags.WBTag.EXTERN_DATA_SUN, de.jnkconsulting.e3dc.easyrscp.api.frame.tags.WBTag.EXTERN_DATA_NET and de.jnkconsulting.e3dc.easyrscp.api.frame.tags.WBTag.EXTERN_DATA_ALL. -
-
Method Detail
-
parseEnergyData
abstract WBExternalEnergyData parseEnergyData(Data block)
Parses the data blocks of type de.jnkconsulting.e3dc.easyrscp.api.frame.tags.WBTag.EXTERN_DATA_SUN, de.jnkconsulting.e3dc.easyrscp.api.frame.tags.WBTag.EXTERN_DATA_NET and de.jnkconsulting.e3dc.easyrscp.api.frame.tags.WBTag.EXTERN_DATA_ALL.
- Parameters:
block- Response block from the housekeeper.- Returns:
Parsing result
- Since:
2.3
-
-
-
-