Class RSCPAnswerDecryptedEvent

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

    
    public final class RSCPAnswerDecryptedEvent
     implements RSCPRequestResponseEvent
                        

    Event containing the data after decryption of the response 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 getDecryptedAnswer() Decrypted binary data
      • Methods inherited from class java.lang.Object

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

      • RSCPAnswerDecryptedEvent

        RSCPAnswerDecryptedEvent(Frame requestFrame, ByteArray decryptedAnswer)