Class RSCPAfterRequestSendEvent

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

    
    public final class RSCPAfterRequestSendEvent
     implements RSCPRequestResponseEvent
                        

    Event that holds the data after sending the request Frame.

    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 getSentData() Encrypted frame data.
      • Methods inherited from class java.lang.Object

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

      • RSCPAfterRequestSendEvent

        RSCPAfterRequestSendEvent(Frame requestFrame, ByteArray sentData)
    • Method Detail

      • getRequestFrame

         Frame getRequestFrame()

        Unencrypted request frame

        Since:

        2.0

      • getSentData

         final ByteArray getSentData()

        Encrypted frame data. This binary data was sent to the home power plant

        Since:

        2.0