NM.SettingWpan

g GObject.Object GObject.Object NM.Setting NM.Setting GObject.Object->NM.Setting NM.SettingWpan NM.SettingWpan NM.Setting->NM.SettingWpan

Subclasses:

None

Methods

Inherited:

NM.Setting (21), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new ()

get_channel ()

get_mac_address ()

get_page ()

get_pan_id ()

get_short_address ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Inherited:

NM.Setting (1)

Name

Type

Flags

Short Description

channel

int

r/w/en

mac-address

str

r/w/en

page

int

r/w/en

pan-id

int

r/w/en

short-address

int

r/w/en

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class NM.SettingWpan(**kwargs)
Bases:

NM.Setting

Abstract:

No

Structure:

NM.SettingWpanClass

IEEE 802.15.4 (WPAN) MAC Settings

New in version 1.14.

classmethod new()
Returns:

the new empty NM.SettingWpan object

Return type:

NM.Setting

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:

int

New in version 1.42.

get_mac_address()
Returns:

the NM.SettingWpan :mac-address property of the setting

Return type:

str

New in version 1.42.

get_page()
Returns:

the NM.SettingWpan :page property of the setting

Return type:

int

New in version 1.42.

get_pan_id()
Returns:

the NM.SettingWpan :pan-id property of the setting

Return type:

int

New in version 1.42.

get_short_address()
Returns:

the NM.SettingWpan :short-address property of the setting

Return type:

int

New in version 1.42.

Property Details

NM.SettingWpan.props.channel
Name:

channel

Type:

int

Default Value:

-1

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

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:

str

Default Value:

None

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

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:

int

Default Value:

-1

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

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:

int

Default Value:

65535

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

IEEE 802.15.4 Personal Area Network (PAN) identifier.

NM.SettingWpan.props.short_address
Name:

short-address

Type:

int

Default Value:

65535

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

Short IEEE 802.15.4 address to be used within a restricted environment.