libamxb
4.8.2
Bus Agnostic C API
|
#include <amxb_types.h>
Data Fields | |
const amxb_version_t * | min_supported |
const amxb_version_t * | max_supported |
const amxb_version_t * | be_version |
const char * | name |
const char * | description |
amxb_be_funcs_t * | funcs |
Definition at line 104 of file amxb_types.h.
const amxb_version_t* _amxb_be_info::be_version |
Definition at line 107 of file amxb_types.h.
const char* _amxb_be_info::description |
Definition at line 109 of file amxb_types.h.
amxb_be_funcs_t* _amxb_be_info::funcs |
Definition at line 110 of file amxb_types.h.
const amxb_version_t* _amxb_be_info::max_supported |
Definition at line 106 of file amxb_types.h.
const amxb_version_t* _amxb_be_info::min_supported |
Definition at line 105 of file amxb_types.h.
const char* _amxb_be_info::name |
Definition at line 108 of file amxb_types.h.