RadioAccessSpecifier(Int32, Int32[], Int32[]) Constructor

Definition

Creates a new RadioAccessSpecifier with radio network, bands and channels

[Android.Runtime.Register(".ctor", "(I[I[I)V", "", ApiSince=28)]
public RadioAccessSpecifier (int ran, int[]? bands, int[]? channels);
[<Android.Runtime.Register(".ctor", "(I[I[I)V", "", ApiSince=28)>]
new Android.Telephony.RadioAccessSpecifier : int * int[] * int[] -> Android.Telephony.RadioAccessSpecifier

Parameters

ran
Int32

The type of the radio access network

bands
Int32[]

the frequency bands to be scanned

channels
Int32[]

the frequency bands to be scanned

Attributes

Remarks

Creates a new RadioAccessSpecifier with radio network, bands and channels

The user must specify the radio network type, and at least specify either of frequency bands or channels.

Java documentation for android.telephony.RadioAccessSpecifier.RadioAccessSpecifier(int, int[], int[]).

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