]> git.stg.codes - stg.git/blob - stglibs/smux.lib/include/stg/Message.h
TUT framework updated to svn version
[stg.git] / stglibs / smux.lib / include / stg / Message.h
1 /*
2  * Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
3  * From ASN.1 module "RFC1157-SNMP"
4  *      found in "RFC1157-SNMP.asn1"
5  *      `asn1c -fskeletons-copy`
6  */
7
8 #ifndef _Message_H_
9 #define _Message_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <INTEGER.h>
16 #include <OCTET_STRING.h>
17 #include <ANY.h>
18 #include <constr_SEQUENCE.h>
19
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23
24 /* Dependencies */
25 typedef enum Message__version {
26         Message__version_version_1      = 0
27 } e_Message__version;
28
29 /* Message */
30 typedef struct Message {
31         INTEGER_t        version;
32         OCTET_STRING_t   community;
33         ANY_t    data;
34         
35         /* Context for parsing across buffer boundaries */
36         asn_struct_ctx_t _asn_ctx;
37 } Message_t;
38
39 /* Implementation */
40 extern asn_TYPE_descriptor_t asn_DEF_Message;
41
42 #ifdef __cplusplus
43 }
44 #endif
45
46 #endif  /* _Message_H_ */