nRF Connect SDK API 2.8.99
|
int aws_jobs_create_topic_get | ( | struct mqtt_client *const | client, |
const uint8_t * | job_id, | ||
uint8_t * | topic_buf ) |
#include <include/net/aws_jobs.h>
Construct the get topic for a job ID.
[in] | client | Connected MQTT client instance. |
[in] | job_id | Job ID of the currently accepted job. |
[out] | topic_buf | Buffer to store the topic in. |
0 | If successful. |
-EINVAL | If the provided input parameter is not valid. |
-ENOMEM | If cannot fit in the buffer, which is assumed to be AWS_JOBS_TOPIC_MAX_LEN in size. |