Interface DecoderResultProvider


  • public interface DecoderResultProvider
    Provides the accessor methods for the DecoderResult property of a decoded message.
    • Method Detail

      • decoderResult

        DecoderResult decoderResult()
        Returns the result of decoding this object.
      • setDecoderResult

        void setDecoderResult​(DecoderResult result)
        Updates the result of decoding this object. This method is supposed to be invoked by a decoder. Do not call this method unless you know what you are doing.