Interface FrameParser

  • All Implemented Interfaces:

    
    public interface FrameParser
    
                        

    Defines a parser to create a RSCP frame from binary data.

    Since:

    2.0

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Frame parseRSCPFrame(ByteArray frame) Parses binary data and creates an RSCP frame from the given data.
      • Methods inherited from class java.lang.Object

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

    • 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