Class CommandResponse
Response of a CommandRequest send to the card.
Immutable class
Inheritance
System.Object
CommandResponse
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class CommandResponse : object
Constructors
CommandResponse(Int32, ResponseType, String, String, String)
Create command response.
Declaration
public CommandResponse(int order, ResponseType responseType, String cardResponse, String uid, String atr)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | order | |
ResponseType | responseType | |
String | cardResponse | |
String | uid | |
String | atr |
Properties
Atr
Answer to reset information received from the card.
Declaration
public String Atr { get; }
Property Value
Type | Description |
---|---|
String |
CardResponse
Response received from card.
Declaration
public String CardResponse { get; }
Property Value
Type | Description |
---|---|
String |
Order
Specifies the order of a CommandRequest/CommandResponse in the CommandRequestList/CommandResponseList.
Declaration
public int Order { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ResponseType
Defines the outcome type of the command response.
Declaration
public ResponseType ResponseType { get; }
Property Value
Type | Description |
---|---|
ResponseType |
Uid
UID of the card.
Declaration
public String Uid { get; }
Property Value
Type | Description |
---|---|
String |