gi-nm-1.0.1: NM bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.NM.Objects.DeviceOlpcMesh

Description

No description available in the introspection data.

Synopsis

Exported types

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

Instances details
(GObject o, IsDescendantOf DeviceOlpcMesh o) => IsDeviceOlpcMesh o Source # 
Instance details

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

getActiveChannel

deviceOlpcMeshGetActiveChannel Source #

Arguments

:: (HasCallStack, MonadIO m, IsDeviceOlpcMesh a) 
=> a

device: a DeviceOlpcMesh

-> 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

device: a DeviceOlpcMesh

-> m DeviceWifi

Returns: the companion of the device of Nothing

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