ClosedSubscriberGroupInfo.CsgIdentity 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.
The identity of the closed subscriber group that the cell belongs to.
public int CsgIdentity { [Android.Runtime.Register("getCsgIdentity", "()I", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getCsgIdentity", "()I", "", ApiSince=30)>]
member this.CsgIdentity : int
Property Value
the unique 27-bit CSG Identity.
- Attributes
Remarks
The identity of the closed subscriber group that the cell belongs to.
Refer to "CSG-Identity" in TS 36.336 section 6.3.4. Also refer to "CSG Identity" in 3GPP TS 25.331 section 10.3.2.8 and TS 23.003 section 4.7.
Java documentation for android.telephony.ClosedSubscriberGroupInfo.getCsgIdentity()
.
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.