FrameParser

interface FrameParser

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

Since

2.0

Inheritors

Functions

Link copied to clipboard
abstract fun parseRSCPFrame(frame: ByteArray): Frame

Parses binary data and creates an RSCP frame from the given data.