UiccAppRecordKind Enum

Definition

Describes the kinds of UICC application record.

public enum class UiccAppRecordKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class UiccAppRecordKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum UiccAppRecordKind
var value = Windows.Networking.NetworkOperators.UiccAppRecordKind.unknown
Public Enum UiccAppRecordKind
Inheritance
UiccAppRecordKind
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
cellularDeviceControl cellularDeviceIdentity

Fields

RecordOriented 2

A file that consists of a sequence of records.

Transparent 1

A transparent file - a sequence of bytes without further structure .

Unknown 0

An unknown app record kind. For example, a UICC app that is enumerable by the modem, but is not an app used for cellular registration, would be reported as Unknown.

Applies to