Class RSCPAnswerParsedEvent

  • All Implemented Interfaces:
    de.jnkconsulting.e3dc.easyrscp.connection.RSCPRequestResponseEvent

    
    public final class RSCPAnswerParsedEvent
     implements RSCPRequestResponseEvent
                        

    Event containing the data after parsing the decrypted binary data from the home power plant

    Since:

    2.0

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Frame requestFrame
      private final Frame answerFrame
    • Constructor Summary

      Constructors 
      Constructor Description
      RSCPAnswerParsedEvent(Frame requestFrame, Frame answerFrame)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Frame getRequestFrame() Unencrypted request frame
      final Frame getAnswerFrame() Response frame from home power plant
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RSCPAnswerParsedEvent

        RSCPAnswerParsedEvent(Frame requestFrame, Frame answerFrame)
    • Method Detail

      • getRequestFrame

         Frame getRequestFrame()

        Unencrypted request frame

        Since:

        2.0

      • getAnswerFrame

         final Frame getAnswerFrame()

        Response frame from home power plant

        Since:

        2.0