MobileBroadbandUiccApp.ReadRecordAsync(IIterable<UInt32>, Int32) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Liest asynchron einen UICC-Anwendungsdatensatz.
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)
Parameter
- uiccFilePath
-
Windows.Foundation.Collections.IIterable
IIterable<uint32_t>
Eine Sequenz von Zeichen, die den Pfad zur UICC-Anwendung angeben.
- recordIndex
-
Int32
int
Der Datensatzindex in den Datensätzen der UICC-Anwendung.
Gibt zurück
Ein asynchroner Abrufvorgang. Bei erfolgreicher Ausführung gibt ein MobileBroadbandUiccAppReadRecordResult mit dem Ergebnis des Vorgangs zurück.
Windows-Anforderungen
App-Funktionen |
cellularDeviceControl
cellularDeviceIdentity
|