]> git.stg.codes - stg.git/blob - libs/smux/include/stg/SimpleOpen.h
Port to CMake, get rid of os_int.h.
[stg.git] / libs / smux / include / stg / SimpleOpen.h
1 /*
2  * Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
3  * From ASN.1 module "SMUX"
4  *      found in "SMUX.asn1"
5  *      `asn1c -fskeletons-copy`
6  */
7
8 #ifndef _SimpleOpen_H_
9 #define _SimpleOpen_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <INTEGER.h>
16 #include <OBJECT_IDENTIFIER.h>
17 #include "DisplayString.h"
18 #include <OCTET_STRING.h>
19 #include <constr_SEQUENCE.h>
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 /* Dependencies */
26 typedef enum SimpleOpen__version {
27         SimpleOpen__version_version_1   = 0
28 } e_SimpleOpen__version;
29
30 /* SimpleOpen */
31 typedef struct SimpleOpen {
32         INTEGER_t        version;
33         OBJECT_IDENTIFIER_t      identity;
34         DisplayString_t  description;
35         OCTET_STRING_t   password;
36         
37         /* Context for parsing across buffer boundaries */
38         asn_struct_ctx_t _asn_ctx;
39 } SimpleOpen_t;
40
41 /* Implementation */
42 extern asn_TYPE_descriptor_t asn_DEF_SimpleOpen;
43
44 #ifdef __cplusplus
45 }
46 #endif
47
48 #endif  /* _SimpleOpen_H_ */