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();