X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2Fdocsrc%2Fasn_enc_rval.inc;fp=doc%2Fdocsrc%2Fasn_enc_rval.inc;h=0000000000000000000000000000000000000000;hb=7bfd112193698e9340c01e9260e3f14889f0cbe0;hp=654e45af83ed3d0799844ff9980a1d6cb4a727a7;hpb=0c91129502aa163bb0e1d6d0ca7c807560ffb588;p=com%2Fasn1c.git diff --git a/doc/docsrc/asn_enc_rval.inc b/doc/docsrc/asn_enc_rval.inc deleted file mode 100644 index 654e45a..0000000 --- a/doc/docsrc/asn_enc_rval.inc +++ /dev/null @@ -1,17 +0,0 @@ - -The function returns a compound structure: - -\begin{codesample} -typedef struct { - ssize_t encoded; - const asn_TYPE_descriptor_t *failed_type; - const void *structure_ptr; -} asn_enc_rval_t; -\end{codesample} - -\noindent{}In case of unsuccessful encoding, the \code{.encoded} member is set to -1 and -the other members of the compound structure point to where the encoding has -failed to proceed further. - -In case encoding is successful, the \code{.encoded} member specifies the -size of the serialized output.