From 1372848511cb896b80b51ed1a3e9606bd9816631 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 10 Feb 2023 11:50:34 +0100 Subject: New upstream version 1.42.0 --- docs/libnm/html/NMSettingWpan.html | 339 ------------------------------------- 1 file changed, 339 deletions(-) delete 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 deleted file mode 100644 index 5355e7ad..00000000 --- a/docs/libnm/html/NMSettingWpan.html +++ /dev/null @@ -1,339 +0,0 @@ - - - - -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 () -
-gint16 - -nm_setting_wpan_get_page () -
-gint16 - -nm_setting_wpan_get_channel () -
-
-
-

Types and Values

- -
-
-

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.42, 1.40.4

-
-
-
-

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.42, 1.40.4

-
-
-
-

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.42, 1.40.4

-
-
-
-

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.42, 1.40.4

-
-
-
-

nm_setting_wpan_get_page ()

-
gint16
-nm_setting_wpan_get_page (NMSettingWpan *setting);
-
-

Parameters

-
----- - - - - - -

setting

the NMSettingWpan

 
-
-
-

Returns

-

the “page” property of the setting

-
-

Since: 1.42, 1.40.4

-
-
-
-

nm_setting_wpan_get_channel ()

-
gint16
-nm_setting_wpan_get_channel (NMSettingWpan *setting);
-
-

Parameters

-
----- - - - - - -

setting

the NMSettingWpan

 
-
-
-

Returns

-

the “channel” property of the setting

-
-

Since: 1.42, 1.40.4

-
-
-
-

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

NM_SETTING_WPAN_PAGE

-
#define NM_SETTING_WPAN_PAGE          "page"
-
-
-
-
-

NM_SETTING_WPAN_CHANNEL

-
#define NM_SETTING_WPAN_CHANNEL       "channel"
-
-
-
-
-

NM_SETTING_WPAN_PAGE_DEFAULT

-
#define NM_SETTING_WPAN_PAGE_DEFAULT    -1
-
-
-
-
-

NM_SETTING_WPAN_CHANNEL_DEFAULT

-
#define NM_SETTING_WPAN_CHANNEL_DEFAULT -1
-
-
-
-
- - - \ No newline at end of file -- cgit 1.3.0-6-gf8a5 From b22a7b55d0bc5a7999dccaeacdde745f5ace9d66 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 23 Feb 2023 17:11:22 +0100 Subject: New upstream version 1.42.2 --- docs/libnm/html/NMSettingWpan.html | 339 +++++++++++++++++++++++++++++++++++++ 1 file changed, 339 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..d38d5c2d --- /dev/null +++ b/docs/libnm/html/NMSettingWpan.html @@ -0,0 +1,339 @@ + + + + +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 () +
+gint16 + +nm_setting_wpan_get_page () +
+gint16 + +nm_setting_wpan_get_channel () +
+
+
+

Types and Values

+ +
+
+

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

+
+
+
+

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

+
+
+
+

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

+
+
+
+

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

+
+
+
+

nm_setting_wpan_get_page ()

+
gint16
+nm_setting_wpan_get_page (NMSettingWpan *setting);
+
+

Parameters

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

setting

the NMSettingWpan

 
+
+
+

Returns

+

the “page” property of the setting

+
+

Since: 1.42

+
+
+
+

nm_setting_wpan_get_channel ()

+
gint16
+nm_setting_wpan_get_channel (NMSettingWpan *setting);
+
+

Parameters

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

setting

the NMSettingWpan

 
+
+
+

Returns

+

the “channel” property of the setting

+
+

Since: 1.42

+
+
+
+

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

NM_SETTING_WPAN_PAGE

+
#define NM_SETTING_WPAN_PAGE          "page"
+
+
+
+
+

NM_SETTING_WPAN_CHANNEL

+
#define NM_SETTING_WPAN_CHANNEL       "channel"
+
+
+
+
+

NM_SETTING_WPAN_PAGE_DEFAULT

+
#define NM_SETTING_WPAN_PAGE_DEFAULT    -1
+
+
+
+
+

NM_SETTING_WPAN_CHANNEL_DEFAULT

+
#define NM_SETTING_WPAN_CHANNEL_DEFAULT -1
+
+
+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5