/*
 * Generated by asn1c-0.9.27 (http://lionet.info/asn1c)
 * From ASN.1 module "MessagesPaDriver"
 * 	found in "../tz_drv_lib_protocol.asn1"
 * 	`asn1c -fnative-types`
 */

#ifndef	_PaDriverCommand_H_
#define	_PaDriverCommand_H_


#include <asn_application.h>

/* Including external dependencies */
#include "PaDriverCommandAuthenticate.h"
#include "PaDriverCommandReadFromNwdTask.h"
#include "PaDriverCommandWriteToNwdTask.h"
#include "PaDriverCommandNewCertificate.h"
#include <NativeInteger.h>
#include <constr_CHOICE.h>

#ifdef __cplusplus
extern "C" {
#endif

/* Dependencies */
typedef enum PaDriverCommand_PR {
	PaDriverCommand_PR_NOTHING,	/* No components present */
	PaDriverCommand_PR_authenticateCommand,
	PaDriverCommand_PR_readFromNwdTask,
	PaDriverCommand_PR_writeToNwdTask,
	PaDriverCommand_PR_newCertificate,
	PaDriverCommand_PR_ping
} PaDriverCommand_PR;

/* PaDriverCommand */
typedef struct PaDriverCommand {
	PaDriverCommand_PR present;
	union PaDriverCommand_u {
		PaDriverCommandAuthenticate_t	 authenticateCommand;
		PaDriverCommandReadFromNwdTask_t	 readFromNwdTask;
		PaDriverCommandWriteToNwdTask_t	 writeToNwdTask;
		PaDriverCommandNewCertificate_t	 newCertificate;
		long	 ping;
	} choice;
	
	/* Context for parsing across buffer boundaries */
	asn_struct_ctx_t _asn_ctx;
} PaDriverCommand_t;

/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_PaDriverCommand;

#ifdef __cplusplus
}
#endif

#endif	/* _PaDriverCommand_H_ */
#include <asn_internal.h>
