|
VLink 2.0.0
A high-performance communication middleware
|
Bundled runtime schema metadata for C API node creation. 更多...
#include <c_api.h>
Public 属性 | |
| const char * | ser |
| vlink_schema_t | schema |
Bundled runtime schema metadata for C API node creation.
This mirrors the C++ pair of ser_type + schema_type so callers can configure both pieces atomically before the underlying node is initialised. Callers must either provide both fields together or leave both unset (ser == NULL / empty and schema == VLINK_SCHEMA_UNKNOWN).
| vlink_schema_t vlink_schema_info_t::schema |
Coarse schema family.
| const char* vlink_schema_info_t::ser |
Concrete type name / serialization identifier, or NULL.