Get the list of network devices. List of object paths of network devices known to the system. Activate a connection using the supplied device. The D-Bus service name of the settings service that provides this connection. The connection to activate the devices with. The object path of device to be activated for physical connections. This parameter is ignored for VPN connections, because the specific_object (if provided) specifies the device to use. The path of a connection-type-specific object this activation should use. This parameter is currently ignored for wired and mobile broadband connections, and the value of "/" should be used (ie, no specific object). For WiFi connections, pass the object path of a specific AP from the card's scan list, or "/" to pick and AP automatically. For VPN connections, pass the object path of an ActiveConnection object that should serve as the "base" connection (to which the VPN connections lifetime will be tied), or pass "/" and NM will automatically use the current default device. The path of the active connection object representing this active connection. Another connection is already activating or the same connection is already active. FIXME: check if the error name is correct. FIXME: split into 2 errors? The connection is invalid for this device. Deactivate an active connection. The currently active connection to deactivate. Control the NetworkManager daemon's sleep state. When asleep, all interfaces that it manages are deactivated. When awake, devices are available to be activated. This command should not be called directly by users or clients; it is intended for system suspend/resume tracking. Indicates whether the NetworkManager daemon should sleep or wake. Control whether overall networking is enabled or disabled. When disabled, all interfaces that NM manages are deactivated. When enabled, all managed interfaces are re-enabled and available to be activated. This command should be used by clients that provide to users the ability to enable/disable all networking. If FALSE, indicates that all networking should be disabled. If TRUE, indicates that NetworkManager should begin managing network devices. Set logging verbosity and which operations are logged. One of [ERR, WARN, INFO, DEBUG]. A combination of logging domains separated by commas (','), or "NONE" to disable logging. Each domain enables logging for operations related to that domain. Available domains are: [NONE, HW, RFKILL, ETHER, WIFI, BT, MB, DHCP4, DHCP6, PPP, WIFI_SCAN, IP4, IP6, AUTOIP4, DNS, VPN, SHARING, SUPPLICANT, USER_SET, SYS_SET, SUSPEND, CORE, DEVICE, OLPC] Indicates if overall networking is currently enabled or not. See the Enable() method. Indicates if wireless is currently enabled or not. Indicates if the wireless hardware is currently enabled, i.e. the state of the RF kill switch. Indicates if mobile broadband devices are currently enabled or not. Indicates if the mobile broadband hardware is currently enabled, i.e. the state of the RF kill switch. List of active connection object paths. The overall state of the NetworkManager daemon. NetworkManager's state changed. The new state of NetworkManager. NetworkManager's properties changed. The changed properties. A device was added to the system The object path of the newly added device. A device was removed from the system, and is no longer available. The object path of the device that was just removed. Describes the overall state of the daemon. The NetworkManager daemon is in an unknown state. The NetworkManager daemon is asleep and all interfaces managed by it are inactive. The NetworkManager daemon is connecting a device. FIXME: What does this mean when one device is active and another is connecting? The NetworkManager daemon is connected. The NetworkManager daemon is disconnected. DEPRECATED. NetworkManager's state changed. Use the 'StateChanged' signal instead. The new state of NetworkManager. DEPRECATED. Control the NetworkManager daemon's sleep state. When asleep, all interfaces that it manages are deactivated. DEPRECATED. Control the NetworkManager daemon's sleep state. When awake, all known interfaces are available to be activated. DEPRECATED. The overall state of the NetworkManager daemon.