MobileBroadbandUiccApp.ReadRecordAsync(IIterable<UInt32>, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
异步读取 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
-
Windows.Foundation.Collections.IIterable
IIterable<uint32_t>
指定 UICC 应用程序的路径的字符序列。
- recordIndex
-
Int32
int
UICC 应用程序记录中的记录索引。
返回
异步检索操作。 成功完成后,返回包含操作结果的 MobileBroadbandUiccAppReadRecordResult 。
Windows 要求
应用功能 |
cellularDeviceControl
cellularDeviceIdentity
|