Reader.Name Property
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.
Return the name of this reader.
public string Name { [Android.Runtime.Register("getName", "()Ljava/lang/String;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getName", "()Ljava/lang/String;", "", ApiSince=28)>]
member this.Name : string
Property Value
the reader name, as a String.
- Attributes
Remarks
Return the name of this reader. <ul> <li>If this reader is a SIM reader, then its name must be "SIM[Slot]".</li> <li>If the reader is a SD or micro SD reader, then its name must be "SD[Slot]"</li> <li>If the reader is a embedded SE reader, then its name must be "eSE[Slot]"</li> </ul> Slot is a decimal number without leading zeros. The Numbering must start with 1 (e.g. SIM1, SIM2, ... or SD1, SD2, ... or eSE1, eSE2, ...). The slot number “1” for a reader is optional (SIM and SIM1 are both valid for the first SIM-reader, but if there are two readers then the second reader must be named SIM2). This applies also for other SD or SE readers.
Java documentation for android.se.omapi.Reader.getName()
.
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.