Disconnecting a Device
API Function
This API is used to disconnect a device from the IoT platform.
API Description
1 | HW_INT IOTA_Logout();
|
Return Value
For details, see Function Return Values.
Return values only show API calling results. For example, the return value 0 indicates that the API is called.
Example
1 2 | //Call this API to disconnect a device.
IOTA_Logout();
|
Last Article: Connecting a Device
Next Article: Managing an Indirectly Connected Device
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.