MobileBroadbandUiccAppReadRecordResult
MobileBroadbandUiccAppReadRecordResult
MobileBroadbandUiccAppReadRecordResult
MobileBroadbandUiccAppReadRecordResult
Class
Definition
Encapsulates the results of a UICC application record read operation.
public : sealed class MobileBroadbandUiccAppReadRecordResult : IMobileBroadbandUiccAppReadRecordResultpublic sealed class MobileBroadbandUiccAppReadRecordResult : IMobileBroadbandUiccAppReadRecordResultPublic NotInheritable Class MobileBroadbandUiccAppReadRecordResult Implements IMobileBroadbandUiccAppReadRecordResult// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Your code does not instantiate this class directly. Instead, use the instance returned when you call the MobileBroadbandUiccApp.ReadRecordAsync method.
Properties
Data Data Data Data
Gets the data returned by the application record read operation. Note that if Status is not Success, this value may be invalid or empty.
public : IBuffer Data { get; }public IBuffer Data { get; }Public ReadOnly Property Data As IBuffer// You can use this property in JavaScript.
Status Status Status Status
Gets a value which indicates whether the record read completed successfully.
public : MobileBroadbandUiccAppOperationStatus Status { get; }public MobileBroadbandUiccAppOperationStatus Status { get; }Public ReadOnly Property Status As MobileBroadbandUiccAppOperationStatus// You can use this property in JavaScript.
- Value
- MobileBroadbandUiccAppOperationStatus MobileBroadbandUiccAppOperationStatus MobileBroadbandUiccAppOperationStatus MobileBroadbandUiccAppOperationStatus
The status of the completed operation.