AWS IoT Device SDK C:
Jobs
AWS IoT Jobs library
|
Return to main page ↑ |
One-time initialization function for the Jobs library.
This function performs internal setup of the Jobs library. It must be called once (and only once) before calling any other Jobs function. Calling this function more than once without first calling AwsIotJobs_Cleanup may result in a crash.
[in] | mqttTimeoutMs | The amount of time (in milliseconds) that the Jobs library will wait for MQTT operations. Optional; set this to 0 to use AWS_IOT_JOBS_DEFAULT_MQTT_TIMEOUT_MS. |