PhysicalChannelConfig.ChannelNumberUnknown Field
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.
Channel number is unknown.
[Android.Runtime.Register("CHANNEL_NUMBER_UNKNOWN", ApiSince=31)]
public const int ChannelNumberUnknown = 2147483647;
[<Android.Runtime.Register("CHANNEL_NUMBER_UNKNOWN", ApiSince=31)>]
val mutable ChannelNumberUnknown : int
Field Value
Value = 2147483647Implements
- Attributes
Remarks
Channel number is unknown.
Java documentation for android.telephony.PhysicalChannelConfig.CHANNEL_NUMBER_UNKNOWN
.
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.