Qmi.IndicationNasNetworkRejectOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
Details¶
- class Qmi.IndicationNasNetworkRejectOutput¶
The
Qmi.IndicationNasNetworkRejectOutput
structure contains private data and should only be accessed using the provided API.New in version 1.30.
- get_closed_subscriber_group()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_closed_subscriber_group:
a placeholder for the output #guint32, or
None
if 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:
True
if the field is found,False
otherwise.- value_radio_interface:
a placeholder for the output
Qmi.NasRadioInterface
, orNone
if 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:
True
if the field is found,False
otherwise.- value_reject_cause:
a placeholder for the output
Qmi.NasRejectCause
, orNone
if 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:
True
if the field is found,False
otherwise.- value_service_domain:
a placeholder for the output
Qmi.NasNetworkServiceDomain
, orNone
if 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.