Share via


NetworkSliceInfo.MappedHplmnSliceDifferentiator Property

Definition

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.

Applies to