Context
Object Hierarchy:
Description:
[ CCode ( cprefix = "libhal_ctx_" , free_function = "libhal_ctx_free" ) ]
[ Compact ]
public class Context
Content:
Creation methods:
Methods:
- public bool device_get_property_bool (string udi, string key, ref RawError error)
- public double device_get_property_double (string udi, string key, ref RawError error)
- public int device_get_property_int (string udi, string key, ref RawError error)
- public string device_get_property_string (string udi, string key, ref RawError error)
- public uint64 device_get_property_uint64 (string udi, string key, ref RawError error)
- public bool device_query_capability (string udi, string capability, ref RawError error)
- public string[] find_device_by_capability (string capability, ref RawError error)
- public void* get_user_data ()
- public bool init (ref RawError error)
- public bool set_dbus_connection (RawConnection conn)
- public bool set_device_added (DeviceAdded _callback)
- public bool set_device_removed (DeviceRemoved _callback)
- public bool set_user_data (void* user_data)