/*
 * Generated by asn1c-0.9.27 (http://lionet.info/asn1c)
 * From ASN.1 module "MessagesPlatformClient"
 * 	found in "../client_protocol.asn1"
 * 	`asn1c -fnative-types`
 */

#ifndef	_PlatformClientCommandTci_H_
#define	_PlatformClientCommandTci_H_


#include <asn_application.h>

/* Including external dependencies */
#include <NativeInteger.h>
#include <constr_SEQUENCE.h>

#ifdef __cplusplus
extern "C" {
#endif

/* PlatformClientCommandTci */
typedef struct PlatformClientCommandTci {
	long	 id;
	long	 handler;
	long	 result;
	
	/* Context for parsing across buffer boundaries */
	asn_struct_ctx_t _asn_ctx;
} PlatformClientCommandTci_t;

/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_PlatformClientCommandTci;

#ifdef __cplusplus
}
#endif

#endif	/* _PlatformClientCommandTci_H_ */
#include <asn_internal.h>
