/*
 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
 * From ASN.1 module "SGP32Definitions"
 * 	found in "../../../asn1/SGP32Definitions.asn"
 * 	`asn1c -fcompound-names -no-gen-example`
 */

#ifndef	_GetCertsResponse_H_
#define	_GetCertsResponse_H_


#include <asn_application.h>

/* Including external dependencies */
#include <NativeInteger.h>
#include "Certificate.h"
#include <constr_SEQUENCE.h>
#include <constr_CHOICE.h>

#ifdef __cplusplus
extern "C" {
#endif

/* Dependencies */
typedef enum GetCertsResponse_PR {
	GetCertsResponse_PR_NOTHING,	/* No components present */
	GetCertsResponse_PR_certs,
	GetCertsResponse_PR_getCertsError
	/* Extensions may appear below */
	
} GetCertsResponse_PR;
typedef enum GetCertsResponse__getCertsError {
	GetCertsResponse__getCertsError_invalidCiPKId	= 1,
	GetCertsResponse__getCertsError_undfinedError	= 127
} e_GetCertsResponse__getCertsError;

/* GetCertsResponse */
typedef struct GetCertsResponse {
	GetCertsResponse_PR present;
	union GetCertsResponse_u {
		struct GetCertsResponse__certs {
			Certificate_t	 eumCertificate;
			Certificate_t	 euiccCertificate;
			/*
			 * This type is extensible,
			 * possible extensions are below.
			 */
			
			/* Context for parsing across buffer boundaries */
			asn_struct_ctx_t _asn_ctx;
		} certs;
		long	 getCertsError;
		/*
		 * This type is extensible,
		 * possible extensions are below.
		 */
	} choice;
	
	/* Context for parsing across buffer boundaries */
	asn_struct_ctx_t _asn_ctx;
} GetCertsResponse_t;

/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_GetCertsResponse;

#ifdef __cplusplus
}
#endif

#endif	/* _GetCertsResponse_H_ */
#include <asn_internal.h>
