Interface DecoderService
public interface DecoderService
-
Field Summary
-
Method Summary
-
Field Details
-
ARG_RESOURCE_PATH
- See Also:
-
-
Method Details
-
decode
DecoderResult decode(String inputData, com.cumulocity.model.idtype.GId deviceId, Map<String, String> args) throws DecoderServiceExceptionDecodes byte array data into DecoderResult object.- Parameters:
inputData
- Hex encoded input byte arraydeviceId
- device from which this data comes fromargs
- additional arguments that may be required by decoder- Returns:
- DecoderResult object
- Throws:
DecoderServiceException
- when decode failed
-