Invoke Method
Invoke(CommandApdu, Type, Type)
Passes the supplied command into the pipeline, and returns the final response.
C#
ResponseApdu Invoke(CommandApdu command, Type commandType, Type responseType)
Parameters
Type | Name | Description |
---|---|---|
CommandApdu | command | |
System.Type | commandType | |
System.Type | responseType |
Returns