Interface FrameParser
-
- All Implemented Interfaces:
public interface FrameParserDefines a parser to create a RSCP frame from binary data.
- Since:
2.0
-
-
Method Summary
Modifier and Type Method Description abstract FrameparseRSCPFrame(ByteArray frame)Parses binary data and creates an RSCP frame from the given data. -
-
Method Detail
-
parseRSCPFrame
abstract Frame parseRSCPFrame(ByteArray frame)
Parses binary data and creates an RSCP frame from the given data.
Currently no(!) validation is performed. If the byte array does not contain a valid RSCP format, it is therefore a matter of luck what comes out as result
- Returns:
Frame object
- Since:
2.0
-
-
-
-