How is the Lean encoder/decoder (LED) different from the regular API? Is it possible to easily switch between the two encoder/decoders without changing my code?

The LED reduces size and increases speed by allowing only one C representation for each of the various ASN.1 types.

For example, character strings are always represented as a structure that contains a length and a pointer to the string value. Contrast this with the SOED and TOED which allow you to choose from a wide variety of C representations. For example, a character string can be represented as a null-terminated string, a C struct containing a length and a pointer, a C structure containing a length followed immediately by the character string value, etc.

As such, it is quite likely that you would not be able to switch to using the LED without code modification on your side, for the C representations chosen by the LED could be different from the ones that you are using.

For more information about our runtime libraries, see the Runtime Choices section.


The samples included with some of the Knowledge Center answers are meant for your general understanding of the OSS products. Different versions of the products might produce slightly different outputs. Consult the products documentation and samples for the most up-to-date products information and code examples.



Contact Support
contact Our office hours
24 hours/day, 7 days/week

  • Phone: 1-888-OSS-2761 (USA and Canada)
  • Phone: 1-732-302-9669 (International)
  • Fax: 1-732-302-0023
  • Email: support@oss.com
Free Trial
download

Test drive the OSS Nokalva ASN.1, LTE, and XML Tools now! Your trial includes complete software, documentation, sample programs, free 24x7 technical support and more.




Learn ASN.1
Learn ASN.1

Our expert personnel can help you learn ASN.1!

We offer 4-day ASN.1 courses at our headquarters or your premises.