Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
GI.NM.Objects.WimaxNsp
Description
No description available in the introspection data.
Synopsis
- newtype WimaxNsp = WimaxNsp (ManagedPtr WimaxNsp)
- class (GObject o, IsDescendantOf WimaxNsp o) => IsWimaxNsp o
- toWimaxNsp :: (MonadIO m, IsWimaxNsp o) => o -> m WimaxNsp
- wimaxNspConnectionValid :: (HasCallStack, MonadIO m, IsWimaxNsp a, IsConnection b) => a -> b -> m Bool
- wimaxNspFilterConnections :: (HasCallStack, MonadIO m, IsWimaxNsp a) => a -> [Connection] -> m [Connection]
- wimaxNspGetName :: (HasCallStack, MonadIO m, IsWimaxNsp a) => a -> m Text
- wimaxNspGetNetworkType :: (HasCallStack, MonadIO m, IsWimaxNsp a) => a -> m WimaxNspNetworkType
- wimaxNspGetSignalQuality :: (HasCallStack, MonadIO m, IsWimaxNsp a) => a -> m Word32
- getWimaxNspName :: (MonadIO m, IsWimaxNsp o) => o -> m Text
- getWimaxNspNetworkType :: (MonadIO m, IsWimaxNsp o) => o -> m WimaxNspNetworkType
- getWimaxNspSignalQuality :: (MonadIO m, IsWimaxNsp o) => o -> m Word32
Exported types
Memory-managed wrapper type.
Constructors
WimaxNsp (ManagedPtr WimaxNsp) |
Instances
Eq WimaxNsp Source # | |
GObject WimaxNsp Source # | |
Defined in GI.NM.Objects.WimaxNsp | |
ManagedPtrNewtype WimaxNsp Source # | |
Defined in GI.NM.Objects.WimaxNsp Methods toManagedPtr :: WimaxNsp -> ManagedPtr WimaxNsp # | |
TypedObject WimaxNsp Source # | |
Defined in GI.NM.Objects.WimaxNsp | |
HasParentTypes WimaxNsp Source # | |
Defined in GI.NM.Objects.WimaxNsp | |
IsGValue (Maybe WimaxNsp) Source # | Convert |
Defined in GI.NM.Objects.WimaxNsp | |
type ParentTypes WimaxNsp Source # | |
Defined in GI.NM.Objects.WimaxNsp |
class (GObject o, IsDescendantOf WimaxNsp o) => IsWimaxNsp o Source #
Type class for types which can be safely cast to WimaxNsp
, for instance with toWimaxNsp
.
Instances
(GObject o, IsDescendantOf WimaxNsp o) => IsWimaxNsp o Source # | |
Defined in GI.NM.Objects.WimaxNsp |
toWimaxNsp :: (MonadIO m, IsWimaxNsp o) => o -> m WimaxNsp Source #
Methods
Click to display all available methods, including inherited ones
Methods
bindProperty, bindPropertyFull, connectionValid, filterConnections, forceFloating, freezeNotify, getv, isFloating, notify, notifyByPspec, ref, refSink, runDispose, stealData, stealQdata, thawNotify, unref, watchClosure.
Getters
getClient, getData, getName, getNetworkType, getPath, getProperty, getQdata, getSignalQuality.
Setters
connectionValid
wimaxNspConnectionValid Source #
Arguments
:: (HasCallStack, MonadIO m, IsWimaxNsp a, IsConnection b) | |
=> a |
|
-> b |
|
-> m Bool | Returns: |
Deprecated: (Since version 1.22)WiMAX is no longer supported by NetworkManager since 1.2.0.
Validates a given connection against a given WiMAX NSP to ensure that the
connection may be activated with that NSP. The connection must match the
nsp
's network name and other attributes.
filterConnections
wimaxNspFilterConnections Source #
Arguments
:: (HasCallStack, MonadIO m, IsWimaxNsp a) | |
=> a |
|
-> [Connection] |
|
-> m [Connection] | Returns: an array of
|
Deprecated: (Since version 1.22)WiMAX is no longer supported by NetworkManager since 1.2.0.
Filters a given array of connections for a given WimaxNsp
object and
return connections which may be activated with the NSP. Any returned
connections will match the nsp
's network name and other attributes.
getName
Arguments
:: (HasCallStack, MonadIO m, IsWimaxNsp a) | |
=> a |
|
-> m Text | Returns: the name |
Deprecated: (Since version 1.22)WiMAX is no longer supported by NetworkManager since 1.2.0.
Gets the name of the wimax NSP
getNetworkType
wimaxNspGetNetworkType Source #
Arguments
:: (HasCallStack, MonadIO m, IsWimaxNsp a) | |
=> a |
|
-> m WimaxNspNetworkType | Returns: the network type |
Deprecated: (Since version 1.22)WiMAX is no longer supported by NetworkManager since 1.2.0.
Gets the network type of the wimax NSP.
getSignalQuality
wimaxNspGetSignalQuality Source #
Arguments
:: (HasCallStack, MonadIO m, IsWimaxNsp a) | |
=> a |
|
-> m Word32 | Returns: the signal quality |
Deprecated: (Since version 1.22)WiMAX is no longer supported by NetworkManager since 1.2.0.
Gets the WPA signal quality of the wimax NSP.
Properties
name
The name of the WiMAX NSP.
getWimaxNspName :: (MonadIO m, IsWimaxNsp o) => o -> m Text Source #
Get the value of the “name
” property.
When overloading is enabled, this is equivalent to
get
wimaxNsp #name
networkType
The network type of the WiMAX NSP.
getWimaxNspNetworkType :: (MonadIO m, IsWimaxNsp o) => o -> m WimaxNspNetworkType Source #
Get the value of the “network-type
” property.
When overloading is enabled, this is equivalent to
get
wimaxNsp #networkType
signalQuality
The signal quality of the WiMAX NSP.
getWimaxNspSignalQuality :: (MonadIO m, IsWimaxNsp o) => o -> m Word32 Source #
Get the value of the “signal-quality
” property.
When overloading is enabled, this is equivalent to
get
wimaxNsp #signalQuality