NM.SettingWpan¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/en |
|||
r/w/en |
|||
r/w/en |
|||
r/w/en |
|||
r/w/en |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class NM.SettingWpan(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
IEEE 802.15.4 (WPAN) MAC Settings
New in version 1.14.
- classmethod new()¶
- Returns:
the new empty
NM.SettingWpan
object- Return type:
Creates a new
NM.SettingWpan
object with default values.New in version 1.42.
- get_channel()¶
- Returns:
the
NM.SettingWpan
:channel
property of the setting- Return type:
New in version 1.42.
- get_mac_address()¶
- Returns:
the
NM.SettingWpan
:mac-address
property of the setting- Return type:
New in version 1.42.
- get_page()¶
- Returns:
the
NM.SettingWpan
:page
property of the setting- Return type:
New in version 1.42.
- get_pan_id()¶
- Returns:
the
NM.SettingWpan
:pan-id
property of the setting- Return type:
New in version 1.42.
- get_short_address()¶
- Returns:
the
NM.SettingWpan
:short-address
property of the setting- Return type:
New in version 1.42.
Property Details¶
- NM.SettingWpan.props.channel¶
- Name:
channel
- Type:
- Default Value:
-1
- Flags:
IEEE 802.15.4 channel. A positive integer or -1, meaning “do not set, use whatever the device is already set to”.
New in version 1.16.
- NM.SettingWpan.props.mac_address¶
- Name:
mac-address
- Type:
- Default Value:
- Flags:
If specified, this connection will only apply to the IEEE 802.15.4 (WPAN) MAC layer device whose permanent MAC address matches.
- NM.SettingWpan.props.page¶
- Name:
page
- Type:
- Default Value:
-1
- Flags:
IEEE 802.15.4 channel page. A positive integer or -1, meaning “do not set, use whatever the device is already set to”.
New in version 1.16.
- NM.SettingWpan.props.pan_id¶
- Name:
pan-id
- Type:
- Default Value:
65535
- Flags:
IEEE 802.15.4 Personal Area Network (PAN) identifier.
- NM.SettingWpan.props.short_address¶
- Name:
short-address
- Type:
- Default Value:
65535
- Flags:
Short IEEE 802.15.4 address to be used within a restricted environment.