SEService.GetUiccReader(Int32) Method
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.
Obtain a UICC Reader instance with specific slot number from the SecureElementService
[Android.Runtime.Register("getUiccReader", "(I)Landroid/se/omapi/Reader;", "", ApiSince=30)]
public Android.SE.Omapi.Reader GetUiccReader (int slotNumber);
[<Android.Runtime.Register("getUiccReader", "(I)Landroid/se/omapi/Reader;", "", ApiSince=30)>]
member this.GetUiccReader : int -> Android.SE.Omapi.Reader
Parameters
- slotNumber
- Int32
The index of the uicc slot. The index starts from 1.
Returns
A Reader object for this uicc slot.
- Attributes
Remarks
Obtain a UICC Reader instance with specific slot number from the SecureElementService
Java documentation for android.se.omapi.SEService.getUiccReader(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.