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.DeviceOlpcMesh
Description
No description available in the introspection data.
Synopsis
- newtype DeviceOlpcMesh = DeviceOlpcMesh (ManagedPtr DeviceOlpcMesh)
- class (GObject o, IsDescendantOf DeviceOlpcMesh o) => IsDeviceOlpcMesh o
- toDeviceOlpcMesh :: (MonadIO m, IsDeviceOlpcMesh o) => o -> m DeviceOlpcMesh
- deviceOlpcMeshGetActiveChannel :: (HasCallStack, MonadIO m, IsDeviceOlpcMesh a) => a -> m Word32
- deviceOlpcMeshGetCompanion :: (HasCallStack, MonadIO m, IsDeviceOlpcMesh a) => a -> m DeviceWifi
- getDeviceOlpcMeshActiveChannel :: (MonadIO m, IsDeviceOlpcMesh o) => o -> m Word32
- getDeviceOlpcMeshCompanion :: (MonadIO m, IsDeviceOlpcMesh o) => o -> m DeviceWifi
Exported types
newtype DeviceOlpcMesh Source #
Memory-managed wrapper type.
Constructors
DeviceOlpcMesh (ManagedPtr DeviceOlpcMesh) |
Instances
Eq DeviceOlpcMesh Source # | |
Defined in GI.NM.Objects.DeviceOlpcMesh Methods (==) :: DeviceOlpcMesh -> DeviceOlpcMesh -> Bool # (/=) :: DeviceOlpcMesh -> DeviceOlpcMesh -> Bool # | |
GObject DeviceOlpcMesh Source # | |
Defined in GI.NM.Objects.DeviceOlpcMesh | |
ManagedPtrNewtype DeviceOlpcMesh Source # | |
Defined in GI.NM.Objects.DeviceOlpcMesh Methods toManagedPtr :: DeviceOlpcMesh -> ManagedPtr DeviceOlpcMesh # | |
TypedObject DeviceOlpcMesh Source # | |
Defined in GI.NM.Objects.DeviceOlpcMesh | |
HasParentTypes DeviceOlpcMesh Source # | |
Defined in GI.NM.Objects.DeviceOlpcMesh | |
IsGValue (Maybe DeviceOlpcMesh) Source # | Convert |
Defined in GI.NM.Objects.DeviceOlpcMesh Methods gvalueGType_ :: IO GType # gvalueSet_ :: Ptr GValue -> Maybe DeviceOlpcMesh -> IO () # gvalueGet_ :: Ptr GValue -> IO (Maybe DeviceOlpcMesh) # | |
type ParentTypes DeviceOlpcMesh Source # | |
Defined in GI.NM.Objects.DeviceOlpcMesh |
class (GObject o, IsDescendantOf DeviceOlpcMesh o) => IsDeviceOlpcMesh o Source #
Type class for types which can be safely cast to DeviceOlpcMesh
, for instance with toDeviceOlpcMesh
.
Instances
(GObject o, IsDescendantOf DeviceOlpcMesh o) => IsDeviceOlpcMesh o Source # | |
Defined in GI.NM.Objects.DeviceOlpcMesh |
toDeviceOlpcMesh :: (MonadIO m, IsDeviceOlpcMesh o) => o -> m DeviceOlpcMesh Source #
Cast to DeviceOlpcMesh
, for types for which this is known to be safe. For general casts, use castTo
.
Methods
Click to display all available methods, including inherited ones
Methods
bindProperty, bindPropertyFull, connectionCompatible, connectionValid, delete, deleteAsync, deleteFinish, disconnect, disconnectAsync, disconnectFinish, filterConnections, forceFloating, freezeNotify, getv, isFloating, isReal, isSoftware, notify, notifyByPspec, reapply, reapplyAsync, reapplyFinish, ref, refSink, runDispose, stealData, stealQdata, thawNotify, unref, watchClosure.
Getters
getActiveChannel, getActiveConnection, getAppliedConnection, getAppliedConnectionAsync, getAppliedConnectionFinish, getAutoconnect, getAvailableConnections, getCapabilities, getClient, getCompanion, getConnectivity, getData, getDescription, getDeviceType, getDhcp4Config, getDhcp6Config, getDriver, getDriverVersion, getFirmwareMissing, getFirmwareVersion, getHwAddress, getIface, getInterfaceFlags, getIp4Config, getIp6Config, getIpIface, getLldpNeighbors, getManaged, getMetered, getMtu, getNmPluginMissing, getPath, getPhysicalPortId, getPorts, getProduct, getProperty, getQdata, getSettingType, getState, getStateReason, getTypeDescription, getUdi, getVendor.
Setters
setAutoconnect, setData, setDataFull, setManaged, setProperty.
getActiveChannel
deviceOlpcMeshGetActiveChannel Source #
Arguments
:: (HasCallStack, MonadIO m, IsDeviceOlpcMesh a) | |
=> a |
|
-> m Word32 | Returns: active channel of the device |
Returns the active channel of the DeviceOlpcMesh
device.
getCompanion
deviceOlpcMeshGetCompanion Source #
Arguments
:: (HasCallStack, MonadIO m, IsDeviceOlpcMesh a) | |
=> a |
|
-> m DeviceWifi | Returns: the companion of the device of |
Gets the companion device of the DeviceOlpcMesh
.
Properties
activeChannel
The device's active channel.
getDeviceOlpcMeshActiveChannel :: (MonadIO m, IsDeviceOlpcMesh o) => o -> m Word32 Source #
Get the value of the “active-channel
” property.
When overloading is enabled, this is equivalent to
get
deviceOlpcMesh #activeChannel
companion
The companion device.
getDeviceOlpcMeshCompanion :: (MonadIO m, IsDeviceOlpcMesh o) => o -> m DeviceWifi Source #
Get the value of the “companion
” property.
When overloading is enabled, this is equivalent to
get
deviceOlpcMesh #companion