DCTag SDK: dc_tag_update

DCTag SDK 1.2.1

DCTag SDK  1.2.1
Copyright © 1983-2016 Advantech Co., Ltd.
int dc_tag_update ( DC_TAG_HANDLE  tag_handles[],
DC_TAG  tag_values[],
uint32_t  tag_count 
)

Update one or more tags.


This function is called by tag provider only. Whenever the value or quality of tags added by the tag provider changed, the tag provider should call this function to make the changes pushed to all data users through the data center.

Parameters
[in]tag_handlesThe tag handle array contains all tag handles to be updated.
[out]tag_valuesThe tag value array contains all tag value to be updated, be sure the count of the tag value equals to or larger than the count of the tag handle.
[in]tag_countThe count of the tag handle in the tag_handles.
Returns
On success, zero is returned, otherwise an error code is returned. please refer to the enum dc_tag_error_code for the error code description.
Examples:
dc_tag_update.c.
Generated on Thu May 19 2016 14:18:17 for DCTag SDK by   doxygen 1.8.11