PhysicalChannelConfig.Band Property

Definition

The valid bands are AccessNetworkConstants.GeranBand, AccessNetworkConstants.UtranBand, AccessNetworkConstants.EutranBand and AccessNetworkConstants.NgranBands.

public int Band { [Android.Runtime.Register("getBand", "()I", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getBand", "()I", "", ApiSince=31)>]
member this.Band : int

Property Value

the frequency band, #BAND_UNKNOWN if unknown.

Attributes

Remarks

The valid bands are AccessNetworkConstants.GeranBand, AccessNetworkConstants.UtranBand, AccessNetworkConstants.EutranBand and AccessNetworkConstants.NgranBands.

Java documentation for android.telephony.PhysicalChannelConfig.getBand().

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