CResponseType
public enum CResponseType
Defines the outcome type of the command response.
Specification: dialog.
-
Positive command outcome.
Specification: dialog.
Declaration
Swift
case positive -
Negative command outcome.
Specification: dialog.
Declaration
Swift
case negative -
Card removed during command.
Specification: dialog.
Declaration
Swift
case cardRemoval -
Timeout during command.
Specification: dialog.
Declaration
Swift
case timeout