yumapro
24.10-2
YumaPro SDK
|
YControl protocol Input Output Handler. More...
Go to the source code of this file.
Functions | |
void | ycontrol_io_init (ycontrol_profile_t *profile) |
Setup ycontrol session handler. More... | |
status_t | ycontrol_io_check (ycontrol_profile_t *profile) |
IO server loop for the ycontrol manager. More... | |
boolean | ycontrol_io_write_sessions (ycontrol_profile_t *profile) |
Go through any sessions ready to write and send the buffers ready to send. More... | |
void | ycontrol_io_activate_session (ycontrol_profile_t *profile, int fd) |
Tell the IO manager to stop listening on the specified socket. More... | |
void | ycontrol_io_deactivate_session (ycontrol_profile_t *profile, int fd) |
Tell the IO manager to stop listening on the specified socket. More... | |
YControl protocol Input Output Handler.