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