zproto icon indicating copy to clipboard operation
zproto copied to clipboard

any way to generate protocol code by xxxx_api.h

Open mozeat-sun opened this issue 6 years ago • 0 comments

how can i generate protocol code by given header file "xxxx_api.h".

" xxxx_api.h" content may as follow: /*********************************************/ int XXXX_initialize();

/*********************************************/ int XXXX_terminate();

// typedef struct { int state; int device_id; }XXXX_STATUS_STRUCT; int XXXX_get_status(XXXX_STATUS_STRUCT * status); //

thanks !

mozeat-sun avatar Mar 23 '18 08:03 mozeat-sun