Qmi.MessagePbmIndicationRegisterInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
Details¶
- class Qmi.MessagePbmIndicationRegisterInput¶
The
Qmi.MessagePbmIndicationRegisterInputstructure contains private data and should only be accessed using the provided API.New in version 1.6.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessagePbmIndicationRegisterInput. The returned value should be freed withQmi.MessagePbmIndicationRegisterInput.unref().- Return type:
Allocates a new
Qmi.MessagePbmIndicationRegisterInput.New in version 1.6.
- get_event_registration_mask()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_event_registration_mask:
a placeholder for the output
Qmi.PbmEventRegistrationFlag, orNoneif not required.
- Return type:
(
bool, value_event_registration_mask:Qmi.PbmEventRegistrationFlag)
Get the ‘Event Registration Mask’ field from self.
New in version 1.6.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.6.
- set_event_registration_mask(value_event_registration_mask)¶
- Parameters:
value_event_registration_mask (
Qmi.PbmEventRegistrationFlag) – aQmi.PbmEventRegistrationFlag.- Raises:
- Returns:
- Return type:
Set the ‘Event Registration Mask’ field in the message.
New in version 1.6.
- 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.6.