yumapro
24.10-2
YumaPro SDK
|
YControl session handler. More...
Go to the source code of this file.
Functions | |
status_t | ycontrol_ses_init (ycontrol_profile_t *profile) |
Setup the YControl session handler. More... | |
void | ycontrol_ses_cleanup (ycontrol_profile_t *profile) |
Cleanup ycontrol session handler. More... | |
status_t | ycontrol_ses_attempt_connect (ycontrol_profile_t *profile) |
Attempt to connect to the server. More... | |
void | ycontrol_ses_free_session (ycontrol_profile_t *profile, ses_id_t sid) |
Free a real session control block. More... | |
boolean | ycontrol_ses_process_first_ready (ycontrol_profile_t *profile) |
Check the readyQ and process the first message, if any. More... | |
ses_cb_t * | ycontrol_ses_get_first_outready (ycontrol_profile_t *profile) |
Get the first ses_msg outreadyQ entry. More... | |
YControl session handler.