APDUType
protocol APDUType
Undocumented
-
Undocumented
Declaration
Swift
var onDebugMessage: ((APDUType, String) -> Void)? { get set }
-
Undocumented
Declaration
Swift
func buildRequest() -> Data
-
Undocumented
Declaration
Swift
func parseResponse(_ data: Data) -> Bool