asn1c
asn1c copied to clipboard
Is ASN_SEQUENCE_ADD part of the public API?
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.
Did you find anything on this?
I just started using it and am hoping for the best.