2 * Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
3 * From ASN.1 module "RFC1155-SMI"
4 * found in "RFC1155-SMI.asn1"
5 * `asn1c -fskeletons-copy`
8 #ifndef _SimpleSyntax_H_
9 #define _SimpleSyntax_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
16 #include <OCTET_STRING.h>
17 #include <OBJECT_IDENTIFIER.h>
19 #include <constr_CHOICE.h>
26 typedef enum SimpleSyntax_PR {
27 SimpleSyntax_PR_NOTHING, /* No components present */
28 SimpleSyntax_PR_number,
29 SimpleSyntax_PR_string,
30 SimpleSyntax_PR_object,
35 typedef struct SimpleSyntax {
36 SimpleSyntax_PR present;
37 union SimpleSyntax_u {
39 OCTET_STRING_t string;
40 OBJECT_IDENTIFIER_t object;
44 /* Context for parsing across buffer boundaries */
45 asn_struct_ctx_t _asn_ctx;
49 extern asn_TYPE_descriptor_t asn_DEF_SimpleSyntax;
55 #endif /* _SimpleSyntax_H_ */