yumapro
24.10-2
YumaPro SDK
|
YControl protocol message send APIs. More...
#include "status_enum.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_t * | ycontrol_msg_get_service_object (ycontrol_profile_t *profile, const xmlChar *service_name) |
Get the service object from the payload container. More... | |
YControl protocol message send APIs.