Interface LogReceiver.ILogListener

    • Method Detail

      • newData

        void newData​(byte[] data,
                     int offset,
                     int length)
        Sent when new raw data is coming from the log service.
        Parameters:
        data - the raw data buffer.
        offset - the offset into the buffer signaling the beginning of the new data.
        length - the length of the new data.