ModemManager.SignalThresholdProperties¶
- 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.SignalThresholdProperties(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
The
ModemManager.SignalThresholdPropertiesstructure contains private data and should only be accessed using the provided API.- classmethod new()¶
 - Returns:
 a
ModemManager.SignalThresholdProperties. The returned value should be freed withGObject.Object.unref().- Return type:
 
Creates a new empty
ModemManager.SignalThresholdProperties.New in version 1.20.
- get_error_rate()¶
 - 
Gets whether the error rate threshold is enabled or disabled.
New in version 1.20.
 
- get_rssi()¶
 - Returns:
 the RSSI threshold, or 0 if disabled.
- Return type:
 
Gets the RSSI threshold, in dBm.
New in version 1.20.
- set_error_rate(error_rate_threshold)¶
 - 
Enables or disables the error rate threshold.
New in version 1.20.