]> git.stg.codes - stg.git/blob - libs/smux/include/stg/ClosePDU.h
Port to CMake, get rid of os_int.h.
[stg.git] / libs / smux / include / stg / ClosePDU.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 _ClosePDU_H_
9 #define _ClosePDU_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <INTEGER.h>
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 /* Dependencies */
22 typedef enum ClosePDU {
23         ClosePDU_goingDown      = 0,
24         ClosePDU_unsupportedVersion     = 1,
25         ClosePDU_packetFormat   = 2,
26         ClosePDU_protocolError  = 3,
27         ClosePDU_internalError  = 4,
28         ClosePDU_authenticationFailure  = 5
29 } e_ClosePDU;
30
31 /* ClosePDU */
32 typedef INTEGER_t        ClosePDU_t;
33
34 /* Implementation */
35 extern asn_TYPE_descriptor_t asn_DEF_ClosePDU;
36 asn_struct_free_f ClosePDU_free;
37 asn_struct_print_f ClosePDU_print;
38 asn_constr_check_f ClosePDU_constraint;
39 ber_type_decoder_f ClosePDU_decode_ber;
40 der_type_encoder_f ClosePDU_encode_der;
41 xer_type_decoder_f ClosePDU_decode_xer;
42 xer_type_encoder_f ClosePDU_encode_xer;
43
44 #ifdef __cplusplus
45 }
46 #endif
47
48 #endif  /* _ClosePDU_H_ */