NM
Description:
Content:
Classes:
- AccessPoint
 - ActiveConnection
 - Client
 - DHCP4Config
 - DHCP6Config
 - Device
 - DeviceAdsl
 - DeviceBond
 - DeviceBridge
 - DeviceBt
 - DeviceEthernet
 - DeviceGeneric
 - DeviceInfiniband
 - DeviceModem
 - DeviceOlpcMesh
 - DeviceTeam
 - DeviceVlan
 - DeviceWifi
 - DeviceWimax
 - IP4Config
 - IP6AddressArray
 - IP6AddressObjectArray
 - IP6Config
 - IP6RouteObjectArray
 - Object
 - ObjectArray
 - RemoteConnection
 - RemoteSettings
 - SecretAgent
 - Ssid
 - StringArray
 - UintArray
 - VPNConnection
 - WimaxNsp
 
Enums:
- ClientPermission - ClientPermission values indicate various permissions that NetworkManager clients can obtain to perform certain tasks on behalf of the current user.
 - ClientPermissionResult - ClientPermissionResult values indicate what authorizations and permissions the user requires to obtain a given ClientPermission
 - SecretAgentCapabilities - SecretAgentCapabilities indicate various capabilities of the agent.
 - SecretAgentGetSecretsFlags - SecretAgentGetSecretsFlags values modify the behavior of a GetSecrets request.
 - WimaxNspNetworkType - WiMAX network type.
 
Error domains:
- ClientError - Describes errors that may result from operations involving a Client.
 - DeviceAdslError
 - DeviceBondError
 - DeviceBridgeError
 - DeviceBtError
 - DeviceError
 - DeviceEthernetError
 - DeviceGenericError
 - DeviceInfinibandError
 - DeviceModemError
 - DeviceOlpcMeshError
 - DeviceTeamError
 - DeviceVlanError
 - DeviceWifiError
 - DeviceWimaxError
 - ObjectError - Describes errors that may result from operations involving a Object.
 - RemoteConnectionError
 - RemoteSettingsError - Describes errors that may result from operations involving a RemoteSettings.
 - SecretAgentError - SecretAgentError values are passed by secret agents back to NetworkManager when they encounter problems retrieving secrets on behalf of NM.
 
Delegates:
- public delegate void ClientActivateFn (Client client, ActiveConnection active_connection, Error error)
      
      
 - public delegate void ClientAddActivateFn (Client client, ActiveConnection connection, string new_connection_path, Error error)
      
      
 - public delegate void DeviceCallbackFn (Device device, Error error)
      
      
 - public delegate void DeviceDeactivateFn (Device device, Error error)
      
      
 - public delegate void DeviceWifiRequestScanFn (DeviceWifi device, Error error)
      
      
 - public delegate void RemoteConnectionCommitFunc (RemoteConnection connection, Error error)
      
      
 - public delegate void RemoteConnectionDeleteFunc (RemoteConnection connection, Error error)
      
      
 - public delegate void RemoteConnectionGetSecretsFunc (RemoteConnection connection, HashTable<string,HashTable<void*,void*>> secrets, Error error)
      
      Called when NetworkManager returns secrets in response to a request for secrets via get_secrets.
 - public delegate void RemoteConnectionResultFunc (RemoteConnection connection, Error error)
      
      Called when NetworkManager has finished an asynchronous operation on a connection, like commit changes, deleting, saving, etc.
 - public delegate void RemoteSettingsAddConnectionFunc (RemoteSettings settings, RemoteConnection connection, Error error)
      
      
 - public delegate void RemoteSettingsLoadConnectionsFunc (RemoteSettings settings, string failures, Error error)
      
      
 - public delegate void RemoteSettingsSaveHostnameFunc (RemoteSettings settings, Error error)
      
      
 - public delegate void SecretAgentDeleteSecretsFunc (SecretAgent agent, Connection connection, Error error)
      
      Called as a result of a request by NM to delete secrets.
 - public delegate void SecretAgentGetSecretsFunc (SecretAgent agent, Connection connection, HashTable<string,HashTable<void*,void*>> secrets, Error error)
      
      Called as a result of a request by NM to retrieve secrets.
 - public delegate void SecretAgentSaveSecretsFunc (SecretAgent agent, Connection connection, Error error)
      
      Called as a result of a request by NM to save secrets.