12#ifndef _H_ycontrol_types
13#define _H_ycontrol_types
60typedef enum ycontrol_msgtype_t_ {
85typedef enum ycontrol_msgbody_t_ {
ycontrol_msgbody_t
YControl message body types.
Definition: ycontrol_types.h:85
ycontrol_msgtype_t
ycontrol message type
Definition: ycontrol_types.h:60
@ YCONTROL_MSGBODY_ERROR
error message
Definition: ycontrol_types.h:96
@ YCONTROL_MSGBODY_OK
OK message.
Definition: ycontrol_types.h:90
@ YCONTROL_MSGBODY_NONE
not set
Definition: ycontrol_types.h:87
@ YCONTROL_MSGBODY_PAYLOAD
payload message
Definition: ycontrol_types.h:93
@ YCONTROL_MSG_NONE
not set
Definition: ycontrol_types.h:62
@ YCONTROL_MSG_SERVER_EVENT
server-event sent from server to subsystem
Definition: ycontrol_types.h:65
@ YCONTROL_MSG_SUBSYS_REQUEST
subsystem-request sent from subsystem to server
Definition: ycontrol_types.h:77
@ YCONTROL_MSG_SERVER_RESPONSE
server-response sent from server to subsystem
Definition: ycontrol_types.h:71
@ YCONTROL_MSG_SUBSYS_EVENT
subsystem-event sent from subsystem to server
Definition: ycontrol_types.h:74
@ YCONTROL_MSG_SERVER_REQUEST
server-request sent from server to subsystem
Definition: ycontrol_types.h:68
@ YCONTROL_MSG_SUBSYS_RESPONSE
subsystem-response sent from subsystem to server
Definition: ycontrol_types.h:80