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: Enabled
  • GET RESPONSE for T=1: Enabled
  • Strip Le for T=1: Disabled

Author

Godfrey Chung

Version

1.0

Date

28 Mar 2018

Since

0.2

  • Returns true if GET RESPONSE for T=0 is enabled.

    Declaration

    Swift

    public static var t0GetResponse: Bool
  • Returns true if GET 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