Commit c73eea56 authored by Lev Walkin's avatar Lev Walkin

some helpful hint

parent d0a5e0c7
...@@ -17,6 +17,7 @@ struct asn_codec_ctx_s; /* Forward declaration */ ...@@ -17,6 +17,7 @@ struct asn_codec_ctx_s; /* Forward declaration */
/* /*
* The BER decoder of any type. * The BER decoder of any type.
* This function may be invoked directly from the application. * This function may be invoked directly from the application.
* The der_encode() function (der_encoder.h) is an opposite to ber_decode().
*/ */
asn_dec_rval_t ber_decode(struct asn_codec_ctx_s *opt_codec_ctx, asn_dec_rval_t ber_decode(struct asn_codec_ctx_s *opt_codec_ctx,
struct asn_TYPE_descriptor_s *type_descriptor, struct asn_TYPE_descriptor_s *type_descriptor,
......
...@@ -15,6 +15,7 @@ struct asn_TYPE_descriptor_s; /* Forward declaration */ ...@@ -15,6 +15,7 @@ struct asn_TYPE_descriptor_s; /* Forward declaration */
/* /*
* The DER encoder of any type. May be invoked by the application. * The DER encoder of any type. May be invoked by the application.
* The ber_decode() function (ber_decoder.h) is an opposite of der_encode().
*/ */
asn_enc_rval_t der_encode(struct asn_TYPE_descriptor_s *type_descriptor, asn_enc_rval_t der_encode(struct asn_TYPE_descriptor_s *type_descriptor,
void *struct_ptr, /* Structure to be encoded */ void *struct_ptr, /* Structure to be encoded */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment