From ce0639ab6e20bed99d0702a0658bd178c4ef9bf2 Mon Sep 17 00:00:00 2001 From: laforge Date: Mon, 13 Jun 2005 09:19:02 +0000 Subject: - add support for toggle bit - full implementation of ACK / chaining for both Rx and Tx git-svn-id: https://svn.gnumonks.org/trunk/librfid@1209 e0336214-984f-0b4b-a45f-81c69e1f0ede --- include/rfid/rfid_protocol_tcl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/rfid') diff --git a/include/rfid/rfid_protocol_tcl.h b/include/rfid/rfid_protocol_tcl.h index b913e80..c0861cd 100644 --- a/include/rfid/rfid_protocol_tcl.h +++ b/include/rfid/rfid_protocol_tcl.h @@ -32,6 +32,8 @@ struct tcl_handle { unsigned int flags; unsigned int state; /* protocol state */ + unsigned int toggle; /* send toggle with next frame */ + unsigned int ats_len; unsigned char ats[0]; }; -- cgit v1.2.3