RadioAccessSpecifier(Int32, Int32[], Int32[]) Constructor
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.
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.
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.