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`
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "IPAddress.h"
17 #include <constr_CHOICE.h>
24 typedef enum SLPAddress_PR
{
25 SLPAddress_PR_NOTHING
, /* No components present */
26 SLPAddress_PR_iPAddress
,
28 /* Extensions may appear below */
33 typedef struct SLPAddress
{
34 SLPAddress_PR present
;
36 IPAddress_t iPAddress
;
39 * This type is extensible,
40 * possible extensions are below.
44 /* Context for parsing across buffer boundaries */
45 asn_struct_ctx_t _asn_ctx
;
49 extern asn_TYPE_descriptor_t asn_DEF_SLPAddress
;
55 #endif /* _SLPAddress_H_ */
56 #include <asn_internal.h>