UiccAppRecordKind Enum
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.
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
Name | Value | Description |
---|---|---|
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. |
Transparent | 1 | A transparent file - a sequence of bytes without further structure . |
RecordOriented | 2 | A file that consists of a sequence of records. |