|
YAZ 5.35.1
|
#include <z-core.h>
Data Fields | |
| Z_ReferenceId * | referenceId |
| Odr_int * | numberOfRecordsReturned |
| Odr_int * | nextResultSetPosition |
| Z_PresentStatus * | presentStatus |
| Z_Records * | records |
| Z_OtherInformation * | otherInfo |
| Odr_int* Z_PresentResponse::nextResultSetPosition |
Definition at line 676 of file z-core.h.
Referenced by process_presentRequest(), and zget_PresentResponse().
| Odr_int* Z_PresentResponse::numberOfRecordsReturned |
Definition at line 675 of file z-core.h.
Referenced by process_presentRequest(), and zget_PresentResponse().
| Z_OtherInformation* Z_PresentResponse::otherInfo |
Definition at line 679 of file z-core.h.
Referenced by process_presentRequest(), yaz_oi_APDU(), and zget_PresentResponse().
| Z_PresentStatus* Z_PresentResponse::presentStatus |
Definition at line 677 of file z-core.h.
Referenced by process_presentRequest(), and zget_PresentResponse().
| Z_Records* Z_PresentResponse::records |
Definition at line 678 of file z-core.h.
Referenced by handle_Z3950_present_response(), process_presentRequest(), and zget_PresentResponse().
| Z_ReferenceId* Z_PresentResponse::referenceId |
Definition at line 674 of file z-core.h.
Referenced by process_presentRequest(), and zget_PresentResponse().