yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
ycontrol_io.h File Reference

YControl protocol Input Output Handler. More...

#include <time.h>
#include <sys/time.h>
#include "status_enum.h"
Include dependency graph for ycontrol_io.h:

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...
 

Detailed Description

YControl protocol Input Output Handler.