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

Description

No description available in the introspection data.

Since: 1.14

Synopsis

Exported types

class (GObject o, IsDescendantOf Device6Lowpan o) => IsDevice6Lowpan o Source #

Type class for types which can be safely cast to Device6Lowpan, for instance with toDevice6Lowpan.

Instances

Instances details
(GObject o, IsDescendantOf Device6Lowpan o) => IsDevice6Lowpan o Source # 
Instance details

Defined in GI.NM.Objects.Device6Lowpan

toDevice6Lowpan :: (MonadIO m, IsDevice6Lowpan o) => o -> m Device6Lowpan Source #

Cast to Device6Lowpan, for types for which this is known to be safe. For general casts, use castTo.

Methods

getParent

device6LowpanGetParent Source #

Arguments

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

device: a Device6Lowpan

-> m Device

Returns: the device's parent device

No description available in the introspection data.

Since: 1.42

Properties

parent

The devices's parent device.

Since: 1.14

getDevice6LowpanParent :: (MonadIO m, IsDevice6Lowpan o) => o -> m Device Source #

Get the value of the “parent” property. When overloading is enabled, this is equivalent to

get device6Lowpan #parent