|
CTaps 0.3.0
A C implementation of the Transport Services API (RFC 9621 - 9623)
|
Library initialization, event loop, and shutdown. More...
Functions | |
| int | ct_initialize (void) |
| Initialize the CTaps library. | |
| int | ct_start_event_loop (void) |
| Start the CTaps event loop (blocking operation). | |
| int | ct_close (void) |
| Close and cleanup the CTaps library. | |
Library initialization, event loop, and shutdown.
| int ct_close | ( | void | ) |
Close and cleanup the CTaps library.
| int ct_initialize | ( | void | ) |
Initialize the CTaps library.
This function must be called before any other CTaps functions. It initializes the event loop and sets default logging level
| int ct_start_event_loop | ( | void | ) |
Start the CTaps event loop (blocking operation).