Interface EncoderService


public interface EncoderService
  • Method Summary

    Modifier and Type
    Method
    Description
    encode(EncoderInputData encoderInputData)
    Encodes the EncoderInput object into EncoderResult object
  • Method Details

    • encode

      EncoderResult encode(EncoderInputData encoderInputData) throws EncoderServiceException
      Encodes the EncoderInput object into EncoderResult object
      Parameters:
      encoderInputData - the EncoderInputData object containing the source device id, command name, command data and the properties
      Returns:
      EncoderResult the EncoderResult object that contains the encoded hexadecimal command and/or additional properties like fport
      Throws:
      EncoderServiceException - EncoderServiceException