Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This appendix shows how incoming ASN.1 records can be encoded into a sequential external format.

...

Code Block
decoder exchangeRec: in_map(exchangeRecord_MAP_IN);

encoder exchangeRecSEQ: out_map(exchangeRecord_MAP_OUT);

...