remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / SETAuthKey.h
blob118e89d2c649790c8d239400031dea19199651f1
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "SUPL-RESPONSE"
4 * found in "../asn1src/SUPL-RESPONSE.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #ifndef _SETAuthKey_H_
9 #define _SETAuthKey_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <BIT_STRING.h>
16 #include <constr_CHOICE.h>
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
22 /* Dependencies */
23 typedef enum SETAuthKey_PR {
24 SETAuthKey_PR_NOTHING, /* No components present */
25 SETAuthKey_PR_shortKey,
26 SETAuthKey_PR_longKey,
27 /* Extensions may appear below */
29 } SETAuthKey_PR;
31 /* SETAuthKey */
32 typedef struct SETAuthKey {
33 SETAuthKey_PR present;
34 union SETAuthKey_u {
35 BIT_STRING_t shortKey;
36 BIT_STRING_t longKey;
38 * This type is extensible,
39 * possible extensions are below.
41 } choice;
43 /* Context for parsing across buffer boundaries */
44 asn_struct_ctx_t _asn_ctx;
45 } SETAuthKey_t;
47 /* Implementation */
48 extern asn_TYPE_descriptor_t asn_DEF_SETAuthKey;
50 #ifdef __cplusplus
52 #endif
54 #endif /* _SETAuthKey_H_ */
55 #include <asn_internal.h>