GsmCellLocation.Psc 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.
On a UMTS network, returns the primary scrambling code of the serving cell.
public virtual int Psc { [Android.Runtime.Register("getPsc", "()I", "GetGetPscHandler")] get; }
[<get: Android.Runtime.Register("getPsc", "()I", "GetGetPscHandler")>]
member this.Psc : int
Property Value
primary scrambling code for UMTS, -1 if unknown or GSM
- Attributes
Remarks
On a UMTS network, returns the primary scrambling code of the serving cell.
Java documentation for android.telephony.gsm.GsmCellLocation.getPsc()
.
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.