다음을 통해 공유


Telephony.Carriers.NetworkTypeBitmask Field

Definition

Radio technology (network type) bitmask.

[Android.Runtime.Register("NETWORK_TYPE_BITMASK", ApiSince=28)]
public const string NetworkTypeBitmask;
[<Android.Runtime.Register("NETWORK_TYPE_BITMASK", ApiSince=28)>]
val mutable NetworkTypeBitmask : string

Field Value

Attributes

Remarks

Radio technology (network type) bitmask. To check what values can be contained, refer to the NETWORK_TYPE_ constants in android.telephony.TelephonyManager. Bitmask for a radio tech R is (1 << (R - 1))

Type: INTEGER

Java documentation for android.provider.Telephony.Carriers.NETWORK_TYPE_BITMASK.

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