aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/examples/encode_decode_formats.txt
blob: 62774cf13bd9ac959f2dc8bbd2619b98749f6469 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Compile options:	      |		encode output |	decode input	|
------------------------------+-----------------------+-----------------|
ber (default)		      |		flat list     | flat list,binary|
ber_bin			      |		iolist	      | binary		|
ber_bin,optimize	      | 	iolist	      | binary		|
ber_bin,optimize,driver	      | 	iolist	      | iolist,binary	|
per			      | 	flat list     | flat list       |
per_bin			      | 	deep list     | binary	        |
per_bin, optimize	      | 	binary	      | binary	        |
------------------------------+-----------------------+-----------------+   
								         
								            



iolist: deep list with binaries and lists as componets