Related pages:
Prehľad
Nástroje obsahu
APIRET GetArchivData(const char *name, double Begin, double End, unsigned int Step, unsigned short wait, ChainBrowseDataPtr dataPtr)
Code | Description |
API_OK | Archive data was obtained correctly in a defined time. The Required data is returned by the parameter dataPtr in the form of a list. After using the data, the allocated memory for each pointer must be freed by calling the function FreeData. |
API_TimeoutError | Required data was not obtained in the defined time. |
API_ParamError | The value of the parameter dataPtr is null or both the times Begin and End are invalid. |
Related pages:
Pridať komentár