Interface EncoderService


  • public interface EncoderService
    • Method Detail

      • 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