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

YControl protocol message send APIs. More...

#include "status_enum.h"
Include dependency graph for ycontrol_msg.h:

Go to the source code of this file.

Functions

status_t ycontrol_msg_send (ycontrol_profile_t *profile, const xmlChar *service_id, uint32 *msgid, ycontrol_msgtype_t msgtype, val_value_t *service_payload, status_t msg_status)
 Send a YControl message. More...
 
status_t ycontrol_msg_send_ex (ycontrol_profile_t *profile, const xmlChar *service_id, uint32 *msgid, ycontrol_msgtype_t msgtype, val_value_t *service_payload, status_t msg_status, uint32 error_index, const xmlChar *error_msg, boolean with_ywattrs, const xmlChar *txid_str)
 Send a YControl message (extended) More...
 
status_t ycontrol_msg_send_ex2 (ycontrol_profile_t *profile, const xmlChar *service_id, uint32 *msgid, ycontrol_msgtype_t msgtype, val_value_t *service_payload, status_t msg_status, uint32 error_index, const xmlChar *error_msg, boolean with_ywattrs, boolean with_origin, const xmlChar *txid_str)
 Send a YControl message (extended2) More...
 
obj_template_tycontrol_msg_get_service_object (ycontrol_profile_t *profile, const xmlChar *service_name)
 Get the service object from the payload container. More...
 

Detailed Description

YControl protocol message send APIs.