TransmitOptions
public final class TransmitOptions
The TransmitOptions class controls options in transmitting APDUs.
The options are initialized with the following values:
GET RESPONSEfor T=0: EnabledGET RESPONSEfor T=1: EnabledStrip Le for T=1: Disabled
Version
1.0
Date
28 Mar 2018
Since
0.2
-
Returns
trueifGET RESPONSEfor T=0 is enabled.Declaration
Swift
public static var t0GetResponse: Bool -
Returns
trueifGET RESPONSEfor T=1 is enabled.Declaration
Swift
public static var t1GetResponse: Bool -
Returns
trueif Strip Le for T=1 is enabled.Declaration
Swift
public static var t1StripLe: Bool