Skip to content

any way to generate protocol code by xxxx_api.h #401

@mozeat-sun

Description

@mozeat-sun

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 !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions