From a0b43ae242eb940fb511c1d91742e61e442ca191 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 23 Nov 2012 11:03:42 +0100 Subject: [PATCH 1/1] Document new settings saveAPDU, APDU --- doc/zoom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/zoom.xml b/doc/zoom.xml index b12e8f6..63c1c1d 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -306,6 +306,24 @@ ZOOM_query_cql2rpn(ZOOM_query s, const char *str, ZOOM_connection conn) protocol packets is emitted on standard error stream. This can be very useful for debugging. 0 + + saveAPDU + If set to a true value such as "1", a log of low-level + protocol packets is saved. The log can be retrieved by reading + option APDU. Setting saveAPDU always has the side effect of + resetting the currently saved log. This setting is + write-only. If read, NULL will be returned. + It is only recognized in + ZOOM_connection_option_set. + 0 + + APDU + Returns the log of protocol packets. Will be empty if logging + is not enabled (see saveAPDU above). This setting is + read-only. It is only recognized if used + in call to ZOOM_connection_option_get or + ZOOM_connection_option_getl. + -- 1.7.10.4