From: Adam Dickmeiss Date: Thu, 19 Jul 2001 16:53:02 +0000 (+0000) Subject: More PDU tables updated. X-Git-Tag: YAZ.1.8~70 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=2fb0256d3201f9b2a2b66561090b1809e67b6a65 More PDU tables updated. --- diff --git a/doc/asn.xml b/doc/asn.xml index 9620eba..ed7dda4 100644 --- a/doc/asn.xml +++ b/doc/asn.xml @@ -1,4 +1,4 @@ - + The ASN Module Introduction @@ -336,8 +336,7 @@ We include, for reference, a listing of the fields of each top-level PDU, as well as their default settings. - -Default settings for Z39.50 PDU's +
Default settings for PDU Initialize Request @@ -350,9 +349,68 @@ PDU, as well as their default settings. + + +referenceIdZ_ReferenceIdNULL + + + +protocolVersionOdr_bitmaskEmpty bitmask + + + +optionsOdr_bitmaskEmpty bitmask + + + +preferredMessageSizeint30*1024 + + + +maximumRecordSizeint30*1024 + + + +idAuthenticationZ_IdAuthenticationNULL + + + +implementationIdchar*"YAZ (id=81)" + + + +implementationNamechar*"Index Data/YAZ" + + + +implementationVersionchar*YAZ_VERSION + + + +userInformationFieldZ_UserInformationNULL + + + +otherInfoZ_OtherInformationNULL + + + + +
+ +Default settings for PDU Initialize Response + + + + + -Z_InitRequest +Field +Type +Default Value + + referenceIdZ_ReferenceIdNULL @@ -375,7 +433,7 @@ maximumRecordSizeint30*1024 -idAuthenticationZ_IdAuthenticationNULL +resultbool_tTRUE @@ -402,44 +460,79 @@ otherInfoZ_OtherInformationNULL
- -Z_InitResponse --------------- -Field Type Default value +Default settings for PDU Search Request + + + + + + +Field +Type +Default Value + + + -referenceId Z_ReferenceId NULL -protocolVersion Odr_bitmask Empty bitmask -options Odr_bitmask Empty bitmask -preferredMessageSize int 30*1024 -maximumRecordSize int 30*1024 -result bool_t TRUE -implementationId char* "YAZ (id=81)" -implementationName char* "Index Data/YAZ" -implementationVersion char* YAZ_VERSION -userInformationField Z_UserInformat.. NULL -otherInfo Z_OtherInformation NULL - + +referenceIdZ_ReferenceIdNULL + - -Z_SearchRequest ---------------- -Field Type Default value + +smallSetUpperBoundint0 + -referenceId Z_ReferenceId NULL -smallSetUpperBound int 0 -largeSetLowerBound int 1 -mediumSetPresentNumber int 0 -replaceIndicator bool_t TRUE -resultSetName char* "default" -num_databaseNames int 0 -databaseNames char** NULL -smallSetElementSetNames Z_ElementSetNames NULL -mediumSetElementSetNames Z_ElementSetNames NULL -preferredRecordSyntax Odr_oid NULL -query Z_Query NULL -additionalSearchInfo Z_OtherInformation NULL -otherInfo Z_OtherInformation NULL - + +largeSetLowerBoundint1 + + + +mediumSetPresentNumberint0 + + + +replaceIndicatorbool_tTRUE + + + +resultSetNamechar *"default" + + + +num_databaseNamesint0 + + + +databaseNameschar **NULL + + + +smallSetElementSetNamesZ_ElementSetNamesNULL + + + +mediumSetElementSetNamesZ_ElementSetNamesNULL + + + +preferredRecordSyntaxOdr_oidNULL + + + +queryZ_QueryNULL + + + +additionalSearchInfoZ_OtherInformationNULL + + + +otherInfoZ_OtherInformationNULL + + + + +
Z_SearchResponse