Qmi.MessagePdcRegisterInput¶
Fields¶
None
Methods¶
class  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
Details¶
- class Qmi.MessagePdcRegisterInput¶
 The
Qmi.MessagePdcRegisterInputstructure contains private data and should only be accessed using the provided API.New in version 1.18.
- classmethod new()¶
 - Returns:
 the newly created
Qmi.MessagePdcRegisterInput. The returned value should be freed withQmi.MessagePdcRegisterInput.unref().- Return type:
 
Allocates a new
Qmi.MessagePdcRegisterInput.New in version 1.18.
- get_enable_refresh()¶
 - Raises:
 - Returns:
 - Return type:
 
Get the ‘Enable Refresh’ field from self.
New in version 1.32.
- get_enable_reporting()¶
 - Raises:
 - Returns:
 - Return type:
 
Get the ‘Enable Reporting’ field from self.
New in version 1.18.
- ref()¶
 - Returns:
 the new reference to self.
- Return type:
 
Atomically increments the reference count of self by one.
New in version 1.18.
- set_enable_refresh(value_enable_refresh)¶
 - Parameters:
 - Raises:
 - Returns:
 - Return type:
 
Set the ‘Enable Refresh’ field in the message.
New in version 1.32.
- set_enable_reporting(value_enable_reporting)¶
 - Parameters:
 - Raises:
 - Returns:
 - Return type:
 
Set the ‘Enable Reporting’ field in the message.
New in version 1.18.
- 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.18.