ResponseAPDU

data class ResponseAPDU(apdu: String?)

解析 APDU 返回的值 APDU 返回值结构 DO‘85’ or DO‘87’DO‘8E’ SW1 SW2

Constructors

ResponseAPDU
Link copied to clipboard
fun ResponseAPDU(apdu: String?)

Types

Companion
Link copied to clipboard
object Companion

Functions

getData
Link copied to clipboard
fun getData(): String
getDO87
Link copied to clipboard
fun getDO87(): String
getDO87Value
Link copied to clipboard
fun getDO87Value(): String
getDO8E
Link copied to clipboard
fun getDO8E(): String
getDO8EValue
Link copied to clipboard
fun getDO8EValue(): String
getDO99
Link copied to clipboard
fun getDO99(): String
getDO99Value
Link copied to clipboard
fun getDO99Value(): String
getStatusCode
Link copied to clipboard
fun getStatusCode(): String
isSuccess
Link copied to clipboard
fun isSuccess(): Boolean
toString
Link copied to clipboard
open override fun toString(): String