MobileBroadbandUiccApp.ReadRecordAsync(IIterable<UInt32>, Int32) 方法

定义

异步读取 UICC 应用程序记录。

public:
 virtual IAsyncOperation<MobileBroadbandUiccAppReadRecordResult ^> ^ ReadRecordAsync(IIterable<unsigned int> ^ uiccFilePath, int recordIndex) = ReadRecordAsync;
IAsyncOperation<MobileBroadbandUiccAppReadRecordResult> ReadRecordAsync(IIterable<uint32_t> const& uiccFilePath, int const& recordIndex);
public IAsyncOperation<MobileBroadbandUiccAppReadRecordResult> ReadRecordAsync(IEnumerable<uint> uiccFilePath, int recordIndex);
function readRecordAsync(uiccFilePath, recordIndex)
Public Function ReadRecordAsync (uiccFilePath As IEnumerable(Of UInteger), recordIndex As Integer) As IAsyncOperation(Of MobileBroadbandUiccAppReadRecordResult)

参数

uiccFilePath

IIterable<UInt32>

IEnumerable<UInt32>

Windows.Foundation.Collections.IIterable

IIterable<uint32_t>

指定 UICC 应用程序的路径的字符序列。

recordIndex
Int32

int

UICC 应用程序记录中的记录索引。

返回

异步检索操作。 成功完成后,返回包含操作结果的 MobileBroadbandUiccAppReadRecordResult

Windows 要求

应用功能
cellularDeviceControl cellularDeviceIdentity

适用于