Qmi.MessageDmsSetEventReportInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageDmsSetEventReportInput¶
The
Qmi.MessageDmsSetEventReportInput
structure contains private data and should only be accessed using the provided API.New in version 1.0.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageDmsSetEventReportInput
. The returned value should be freed withQmi.MessageDmsSetEventReportInput.unref
().- Return type:
Allocates a new
Qmi.MessageDmsSetEventReportInput
.New in version 1.0.
- get_activation_state_reporting()¶
- Raises:
- Returns:
- Return type:
Get the ‘Activation State Reporting’ field from self.
New in version 1.0.
- get_battery_level_report_limits()¶
- Raises:
- Returns:
- Return type:
(
bool
, value_battery_level_report_limits_lower_limit:int
, value_battery_level_report_limits_upper_limit:int
)
Get the ‘Battery Level Report Limits’ field from self.
New in version 1.0.
- get_operating_mode_reporting()¶
- Raises:
- Returns:
- Return type:
Get the ‘Operating Mode Reporting’ field from self.
New in version 1.0.
- get_pin_state_reporting()¶
- Raises:
- Returns:
- Return type:
Get the ‘PIN State Reporting’ field from self.
New in version 1.0.
- get_power_state_reporting()¶
- Raises:
- Returns:
- Return type:
Get the ‘Power State Reporting’ field from self.
New in version 1.0.
- get_prl_init_reporting()¶
- Raises:
- Returns:
- Return type:
Get the ‘PRL Init Reporting’ field from self.
New in version 1.0.
- get_uim_state_reporting()¶
- Raises:
- Returns:
- Return type:
Get the ‘UIM State Reporting’ field from self.
New in version 1.0.
- get_wireless_disable_state_reporting()¶
- Raises:
- Returns:
- Return type:
Get the ‘Wireless Disable State Reporting’ field from self.
New in version 1.0.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.0.
- set_activation_state_reporting(value_activation_state_reporting)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘Activation State Reporting’ field in the message.
New in version 1.0.
- set_battery_level_report_limits(value_battery_level_report_limits_lower_limit, value_battery_level_report_limits_upper_limit)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘Battery Level Report Limits’ field in the message.
New in version 1.0.
- set_operating_mode_reporting(value_operating_mode_reporting)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘Operating Mode Reporting’ field in the message.
New in version 1.0.
- set_pin_state_reporting(value_pin_state_reporting)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘PIN State Reporting’ field in the message.
New in version 1.0.
- set_power_state_reporting(value_power_state_reporting)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘Power State Reporting’ field in the message.
New in version 1.0.
- set_prl_init_reporting(value_prl_init_reporting)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘PRL Init Reporting’ field in the message.
New in version 1.0.
- set_uim_state_reporting(value_uim_state_reporting)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘UIM State Reporting’ field in the message.
New in version 1.0.
- set_wireless_disable_state_reporting(value_wireless_disable_state_reporting)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘Wireless Disable State Reporting’ field in the message.
New in version 1.0.
- unref()¶
Atomically decrements the reference count of self by one. If the reference count drops to 0, self is completely disposed.
New in version 1.0.