X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fzoom.xml;h=63c1c1db44c9698bdf5d36b649db2112eef296dc;hp=b12e8f6f7f5a1d9019e48b2a878a587a9f7d2222;hb=a0b43ae242eb940fb511c1d91742e61e442ca191;hpb=c91efbe35fe8ff53aeafedf0ffb8f1b90841ecdc;ds=sidebyside 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. +