C API Reference

The libyimmo API is split into two primary domains:

The “public” API (this) defines types and functions necessary to use the core library or write software that depends on one or more modules.

The “internal” API defines types and functions necessary to extend the core library, write module extensions, or create new protocols.

This is the API documentation for the libyimmo public API.

Info

To get a general sense for the principles of operation, see Architecture.