NetworkSliceInfo.MappedHplmnSliceDifferentiator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This Slice Differentiator corresponds to a NetworkSliceInfo
(S-NSSAI) of the HPLMN;
#getSliceDifferentiator()
is mapped to this value.
public int MappedHplmnSliceDifferentiator { [Android.Runtime.Register("getMappedHplmnSliceDifferentiator", "()I", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getMappedHplmnSliceDifferentiator", "()I", "", ApiSince=31)>]
member this.MappedHplmnSliceDifferentiator : int
Property Value
- Attributes
Remarks
This Slice Differentiator corresponds to a NetworkSliceInfo
(S-NSSAI) of the HPLMN; #getSliceDifferentiator()
is mapped to this value. <p/> Returns #SLICE_DIFFERENTIATOR_NO_SLICE
if either of the following are true: <ul> <li>#getSliceDifferentiator()
returns #SLICE_DIFFERENTIATOR_NO_SLICE
</li> <li>#getMappedHplmnSliceServiceType()
returns #SLICE_SERVICE_TYPE_NONE
</li> </ul> <p/> see: 3GPP TS 24.501 Section 9.11.2.8.
Java documentation for android.telephony.data.NetworkSliceInfo.getMappedHplmnSliceDifferentiator()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.