Class CommandRequest
Command request to send to card.
Inheritance
System.Object
CommandRequest
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class CommandRequest : object
Constructors
CommandRequest()
Create command request.
Declaration
public CommandRequest()
CommandRequest(CommandRequest)
Create copy of command request.
Declaration
public CommandRequest(CommandRequest commandRequest)
Parameters
Type | Name | Description |
---|---|---|
CommandRequest | commandRequest |
Properties
CardCommand
Command to send to card.
Declaration
public String CardCommand { get; set; }
Property Value
Type | Description |
---|---|
String |
CardReader
Defines that shall be used for the card commands.
Declaration
public CardReader CardReader { get; set; }
Property Value
Type | Description |
---|---|
CardReader |
ExecutionResource
If a dialog shall be shown during the execution of a command.
Declaration
public ResourceId ExecutionResource { get; set; }
Property Value
Type | Description |
---|---|
ResourceId |
NegativeResource
If a dialog shall be shown in case of a negative command response.
Declaration
public ResourceId NegativeResource { get; set; }
Property Value
Type | Description |
---|---|
ResourceId |
Order
Specifies the order of a CommandRequest/CommandResponse in the CommandRequestList/CommandResponseList.
Declaration
public int Order { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PositiveAnswers
Possible positive answers for a CommandRequest.
Declaration
public List<String> PositiveAnswers { get; }
Property Value
Type | Description |
---|---|
List<String> |
PositiveResource
If a dialog shall be shown in case of a positive command response.
Declaration
public ResourceId PositiveResource { get; set; }
Property Value
Type | Description |
---|---|
ResourceId |
PreResource
If a dialog shall be shown before sending a card command.
Declaration
public ResourceId PreResource { get; set; }
Property Value
Type | Description |
---|---|
ResourceId |