1asn1_parser2tree(3)                libtasn1                asn1_parser2tree(3)
2
3
4

NAME

6       asn1_parser2tree - API function
7

SYNOPSIS

9       #include <libtasn1.h>
10
11       asn1_retCode asn1_parser2tree(const char * file_name, ASN1_TYPE * defi‐
12       nitions, char * errorDescription);
13

ARGUMENTS

15       const char * file_name
16                   specify the path and the name of file that  contains  ASN.1
17                   declarations.
18
19       ASN1_TYPE * definitions
20                   return   the   pointer   to   the  structure  created  from
21                   "file_name" ASN.1 declarations.
22
23       char * errorDescription
24                   return the error description or an empty string if success.
25

DESCRIPTION

27       Function used to start the parse  algorithm.   Creates  the  structures
28       needed to manage the definitions included in file_name file.
29

RETURNS

32       Copyright  ©  2006,  2007,  2008,  2009, 2010 Free Software Foundation,
33       Inc..
34       Copying and distribution of this file, with  or  without  modification,
35       are  permitted  in  any  medium  without royalty provided the copyright
36       notice and this notice are preserved.
37

SEE ALSO

39       The full documentation for libtasn1 is maintained as a Texinfo  manual.
40       If  the info and libtasn1 programs are properly installed at your site,
41       the command
42
43              info libtasn1
44
45       should give you access to the complete manual.
46
47
48
49libtasn1                              2.7                  asn1_parser2tree(3)
Impressum