get_sensors_sync
Description:
[
Version ( since =
"0.1.0" ) ]
public GenericArray<
unowned Sensor>
get_sensors_sync (
Cancellable? cancellable =
null)
throws Error
Get an array of the sensor objects.
WARNING: This function is synchronous, and may block. Do not use it in GUI applications.
Parameters:
this |
a Client instance.
|
cancellable |
a Cancellable, or null
|
Returns:
an array of Sensor objects.
|