From 6518e361171f64bcaaa4bf868139362ed95cc2e0 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 20 Oct 2018 01:30:31 +0200 Subject: New upstream version 1.14.2 --- docs/libnm/html/NMSettingWpan.html | 231 +++++++++++++++++++++++++++++++++++++ 1 file changed, 231 insertions(+) create mode 100644 docs/libnm/html/NMSettingWpan.html (limited to 'docs/libnm/html/NMSettingWpan.html') diff --git a/docs/libnm/html/NMSettingWpan.html b/docs/libnm/html/NMSettingWpan.html new file mode 100644 index 00000000..e28d4119 --- /dev/null +++ b/docs/libnm/html/NMSettingWpan.html @@ -0,0 +1,231 @@ + + + + +NMSettingWpan: libnm Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMSettingWpan

+

NMSettingWpan — Describes connection properties for IEEE 802.15.4 (WPAN) MAC

+
+
+

Functions

+
++++ + + + + + + + + + + + + + + + + + + +
+NMSetting * + +nm_setting_wpan_new () +
const char * + +nm_setting_wpan_get_mac_address () +
+guint16 + +nm_setting_wpan_get_pan_id () +
+guint16 + +nm_setting_wpan_get_short_address () +
+
+
+

Types and Values

+
++++ + + + + + + + + + + + + + + + + + + +
#defineNM_SETTING_WPAN_SETTING_NAME
#defineNM_SETTING_WPAN_MAC_ADDRESS
#defineNM_SETTING_WPAN_PAN_ID
#defineNM_SETTING_WPAN_SHORT_ADDRESS
+
+
+

Description

+

The NMSettingWpan object is a NMSetting subclass that describes properties +necessary for configuring IEEE 802.15.4 (WPAN) MAC layer devices.

+
+
+

Functions

+
+

nm_setting_wpan_new ()

+
NMSetting *
+nm_setting_wpan_new (void);
+

Creates a new NMSettingWpan object with default values.

+
+

Returns

+

the new empty NMSettingWpan object.

+

[transfer full]

+
+

Since: 1.14

+
+
+
+

nm_setting_wpan_get_mac_address ()

+
const char *
+nm_setting_wpan_get_mac_address (NMSettingWpan *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingWpan

 
+
+
+

Returns

+

the “mac-address” property of the setting

+
+

Since: 1.14

+
+
+
+

nm_setting_wpan_get_pan_id ()

+
guint16
+nm_setting_wpan_get_pan_id (NMSettingWpan *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingWpan

 
+
+
+

Returns

+

the “pan-id” property of the setting

+
+

Since: 1.14

+
+
+
+

nm_setting_wpan_get_short_address ()

+
guint16
+nm_setting_wpan_get_short_address (NMSettingWpan *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingWpan

 
+
+
+

Returns

+

the “short-address” property of the setting

+
+

Since: 1.14

+
+
+
+

Types and Values

+
+

NM_SETTING_WPAN_SETTING_NAME

+
#define NM_SETTING_WPAN_SETTING_NAME       "wpan"
+
+
+
+
+

NM_SETTING_WPAN_MAC_ADDRESS

+
#define NM_SETTING_WPAN_MAC_ADDRESS        "mac-address"
+
+
+
+
+

NM_SETTING_WPAN_PAN_ID

+
#define NM_SETTING_WPAN_PAN_ID             "pan-id"
+
+
+
+
+

NM_SETTING_WPAN_SHORT_ADDRESS

+
#define NM_SETTING_WPAN_SHORT_ADDRESS      "short-address"
+
+
+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5