asn1c icon indicating copy to clipboard operation
asn1c copied to clipboard

Is ASN_SEQUENCE_ADD part of the public API?

Open mtfurlan opened this issue 6 years ago • 2 comments

Page 16 of the asn1c-usage pdf says

The API calls not listed here are not public and should not be used by the application level code.

I'm dealing with a SEQUENCE, and would like to use ASN_SEQUENCE_ADD as demonstrated in this example: https://lionet.info/asn1c/examples.html

The PDF doesn't list ASN_SEQUENCE_ADD, so is that not a thing that should be used?

If it's fine to use ASN_SEQUENCE_ADD, I can spend some time on a docs PR if I get some help listing all the functions it's fine to use.

mtfurlan avatar Jan 09 '20 15:01 mtfurlan

Did you find anything on this?

nikoulai avatar Sep 21 '20 13:09 nikoulai

I just started using it and am hoping for the best.

mtfurlan avatar Sep 21 '20 13:09 mtfurlan