Class RSCPAnswerReceivedEvent

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

    
    public final class RSCPAnswerReceivedEvent
     implements RSCPRequestResponseEvent
                        

    Event that holds the data received from the home power plant.

    Since:

    2.0

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Frame getRequestFrame() Unencrypted request frame
      final ByteArray getEncryptedAnswer() Encrypted binary data received from the home power plant
      • Methods inherited from class java.lang.Object

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

      • RSCPAnswerReceivedEvent

        RSCPAnswerReceivedEvent(Frame requestFrame, ByteArray encryptedAnswer)