ModemManager.KernelEventProperties¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class ModemManager.KernelEventProperties(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
ModemManager.KernelEventProperties
structure contains private data and should only be accessed using the provided API.- classmethod new()¶
- Returns:
a
ModemManager.KernelEventProperties
. The returned value should be freed withGObject.Object.unref
().- Return type:
Creates a new empty
ModemManager.KernelEventProperties
.New in version 1.8.
- get_action()¶
- Returns:
The action. Do not free the returned value, it is owned by self.
- Return type:
Gets the action.
New in version 1.8.
- get_name()¶
- Returns:
The name. Do not free the returned value, it is owned by self.
- Return type:
Gets the name.
New in version 1.8.
- get_subsystem()¶
- Returns:
The subsystem. Do not free the returned value, it is owned by self.
- Return type:
Gets the subsystem.
New in version 1.8.
- get_uid()¶
- Returns:
The uid. Do not free the returned value, it is owned by self.
- Return type:
Gets the unique ID of the physical device.
New in version 1.8.
- set_action(action)¶
- Parameters:
action (
str
) – The action to set.
Sets the action.
New in version 1.8.