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