]> sigrok.org Git - libsigrok.git/commitdiff
input: Add sr_input_end().
authorBert Vermeulen <redacted>
Tue, 23 Sep 2014 09:12:33 +0000 (11:12 +0200)
committerBert Vermeulen <redacted>
Mon, 29 Sep 2014 23:49:58 +0000 (01:49 +0200)
This signifies to the module instance no more input will come. This
will cause the module to process any data it may have buffered. The
SR_DF_END packet will also typically be sent at this time.


No differences found