sensorClose()

The function closes the sensor.

Synopsis

int sensorClose(int sensor);

Parameters

Parameter Description
sensor Index of the sensor.

Return Value

Returns -1 if an error occurs and 0 if the function was executed successfully.

Errors

The specified module does not exist or the shape pointer is a null pointer.

Description

Closes the sensor with the given index.

Assignment

Mobile UI control functions

Availability

UI