remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / SLPAddress.h
blobdd1d8561c3049dcae3c68ea9221154ee0c8433e1
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "ULP-Components"
4 * found in "../asn1src/ULP-Components.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #ifndef _SLPAddress_H_
9 #define _SLPAddress_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "IPAddress.h"
16 #include "FQDN.h"
17 #include <constr_CHOICE.h>
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
23 /* Dependencies */
24 typedef enum SLPAddress_PR {
25 SLPAddress_PR_NOTHING, /* No components present */
26 SLPAddress_PR_iPAddress,
27 SLPAddress_PR_fQDN,
28 /* Extensions may appear below */
30 } SLPAddress_PR;
32 /* SLPAddress */
33 typedef struct SLPAddress {
34 SLPAddress_PR present;
35 union SLPAddress_u {
36 IPAddress_t iPAddress;
37 FQDN_t fQDN;
39 * This type is extensible,
40 * possible extensions are below.
42 } choice;
44 /* Context for parsing across buffer boundaries */
45 asn_struct_ctx_t _asn_ctx;
46 } SLPAddress_t;
48 /* Implementation */
49 extern asn_TYPE_descriptor_t asn_DEF_SLPAddress;
51 #ifdef __cplusplus
53 #endif
55 #endif /* _SLPAddress_H_ */
56 #include <asn_internal.h>