/*
 * 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	_PaDriverCommandWriteToNwdTask_H_
#define	_PaDriverCommandWriteToNwdTask_H_


#include <asn_application.h>

/* Including external dependencies */
#include <OCTET_STRING.h>
#include <NativeInteger.h>
#include <constr_SEQUENCE.h>

#ifdef __cplusplus
extern "C" {
#endif

/* PaDriverCommandWriteToNwdTask */
typedef struct PaDriverCommandWriteToNwdTask {
	OCTET_STRING_t	 handler;
	OCTET_STRING_t	 inputAddress;
	long	 inputSize;
	OCTET_STRING_t	 inputData;
	OCTET_STRING_t	 outputAddress;
	
	/* Context for parsing across buffer boundaries */
	asn_struct_ctx_t _asn_ctx;
} PaDriverCommandWriteToNwdTask_t;

/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_PaDriverCommandWriteToNwdTask;

#ifdef __cplusplus
}
#endif

#endif	/* _PaDriverCommandWriteToNwdTask_H_ */
#include <asn_internal.h>
