Older Versions
Older API versions are available as a download. To view, extract the file and open the index.html file in a web browser.
Go to the documentation of this file. 19 #ifndef INCLUDE_ARTIK_CLOUD_H_ 20 #define INCLUDE_ARTIK_CLOUD_H_ 52 #define MAX_TOKEN_LEN 64 53 #define WEBSOCKET_CONNECTION_TIMEOUT_MS (10*1000) 66 char *response,
void *user_data);
95 const char *device_id,
117 const char *device_id,
142 const char *device_id,
165 const char *device_id,
232 int count,
bool properties,
258 int count,
bool properties,
286 const char *access_token,
287 int count,
bool shared,
314 const char *access_token,
315 int count,
bool shared,
340 const char *access_token,
363 const char *access_token,
388 const char *device_id,
389 bool properties,
char **response,
409 const char *device_id,
431 const char *device_id,
450 const char *device_id,
475 const char *name,
char **response,
518 const char *device_id,
536 artik_error (*update_device_token_async)(
const char *access_token,
537 const char *device_id,
557 const char *device_id,
575 artik_error (*delete_device_token_async)(
const char *access_token,
576 const char *device_id,
596 const char *device_id,
614 const char *device_id,
635 const char *device_id,
655 const char *access_token,
656 const char *device_id,
677 artik_error (*set_device_server_properties)(
const char *access_token,
678 const char *device_id,
697 artik_error (*set_device_server_properties_async)(
const char *access_token,
698 const char *device_id,
724 const char *device_type_id,
725 const char *vendor_id,
743 const char *device_type_id,
744 const char *vendor_id,
802 const char *reg_nonce,
822 const char *reg_nonce,
840 const char *access_token,
841 const char *device_id,
854 handle,
char *message);
void(* artik_cloud_callback)(artik_error result, char *response, void *user_data)
Response callback prototype.
void * artik_websocket_handle
WEBSOCKET handle type.
artik_security_certificate_id
Certificate identifier.
int artik_error
Error type.
void(* artik_websocket_callback)(void *user_data, void *result)
Websocket callback type.
WEBSOCKET module definition.
SSL configuration structure.
Last updated on: