Interface TransferFrameDecoder

    • Method Detail

      • decode

        DownlinkTransferFrame decode​(byte[] data,
                                     int offset,
                                     int length)
                              throws TcTmException
        Parse frame data
        Parameters:
        data - - byte array representing the data
        offset - - where in the byte array the frame data starts
        length - - the length of the frame data in bytes
        Returns:
        Throws:
        TcTmException