Interface RSCPRequestResponseEvent
-
- All Implemented Interfaces:
public interface RSCPRequestResponseEventDescribes an event that can occur in the request/response cycle of a frame.
- Since:
2.0
-
-
Method Summary
Modifier and Type Method Description abstract FramegetRequestFrame()Unencrypted request frame -
-
Method Detail
-
getRequestFrame
abstract Frame getRequestFrame()
Unencrypted request frame
- Since:
2.0
-
-
-
-