Qmi.IndicationNasNetworkRejectOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
Details¶
- class Qmi.IndicationNasNetworkRejectOutput¶
The
Qmi.IndicationNasNetworkRejectOutputstructure contains private data and should only be accessed using the provided API.New in version 1.30.
- get_closed_subscriber_group()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_closed_subscriber_group:
a placeholder for the output #guint32, or
Noneif not required.
- Return type:
Get the ‘Closed Subscriber Group’ field from self.
New in version 1.30.
- get_plmn()¶
- Raises:
- Returns:
- Return type:
(
bool, value_plmn_mcc:int, value_plmn_mnc:int, value_plmn_includes_pcs_digit:bool)
Get the ‘PLMN’ field from self.
New in version 1.30.
- get_radio_interface()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_radio_interface:
a placeholder for the output
Qmi.NasRadioInterface, orNoneif not required.
- Return type:
(
bool, value_radio_interface:Qmi.NasRadioInterface)
Get the ‘Radio Interface’ field from self.
New in version 1.30.
- get_reject_cause()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_reject_cause:
a placeholder for the output
Qmi.NasRejectCause, orNoneif not required.
- Return type:
(
bool, value_reject_cause:Qmi.NasRejectCause)
Get the ‘Reject Cause’ field from self.
New in version 1.30.
- get_service_domain()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_service_domain:
a placeholder for the output
Qmi.NasNetworkServiceDomain, orNoneif not required.
- Return type:
(
bool, value_service_domain:Qmi.NasNetworkServiceDomain)
Get the ‘Service Domain’ field from self.
New in version 1.30.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.30.
- 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.30.