IccOpenLogicalChannelResponse
open class IccOpenLogicalChannelResponse : Parcelable
Response to the android.telephony.TelephonyManager#iccOpenLogicalChannel command.
Summary
Constants |
static Int |
Indicates an invalid channel.
|
static Int |
|
static Int |
Possible status values returned by open channel command.
|
static Int |
|
static Int |
|
Inherited constants |
From class Parcelable
Int |
CONTENTS_FILE_DESCRIPTOR
Descriptor bit used with describeContents() : indicates that the Parcelable object's flattened representation includes a file descriptor.
|
Int |
PARCELABLE_WRITE_RETURN_VALUE
Flag for use with writeToParcel : the object being written is a return value, that is the result of a function such as "Parcelable someFunction() ", "void someFunction(out Parcelable) ", or "void someFunction(inout Parcelable) ". Some implementations may want to release resources at this point.
|
|
Constants
INVALID_CHANNEL
static val INVALID_CHANNEL: Int
Indicates an invalid channel.
Value: -1
STATUS_MISSING_RESOURCE
static val STATUS_MISSING_RESOURCE: Int
Value: 2
STATUS_NO_ERROR
static val STATUS_NO_ERROR: Int
Possible status values returned by open channel command. STATUS_NO_ERROR: Open channel command returned successfully. STATUS_MISSING_RESOURCE: No logical channels available. STATUS_NO_SUCH_ELEMENT: AID not found on UICC. STATUS_UNKNOWN_ERROR: Unknown error in open channel command.
Value: 1
STATUS_NO_SUCH_ELEMENT
static val STATUS_NO_SUCH_ELEMENT: Int
Value: 3
STATUS_UNKNOWN_ERROR
static val STATUS_UNKNOWN_ERROR: Int
Value: 4
Public methods
describeContents
open fun describeContents(): Int
getChannel
open fun getChannel(): Int
Return |
Int |
the channel id. |
getSelectResponse
open fun getSelectResponse(): ByteArray!
getStatus
open fun getStatus(): Int
Return |
Int |
the status of the command. |
toString
open fun toString(): String
Return |
String |
a string representation of the object. |
writeToParcel
open fun writeToParcel(
out: Parcel,
flags: Int
): Unit
Properties
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[]]