CResponseType
public enum CResponseType
Defines the outcome type of the command response.
The following values are valid:
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