SmartCardEmulatorApduReceivedEventArgs.AutomaticResponseStatus Property

Definition

Gets a SmartCardAutomaticResponseStatus object indicating the automatic response was already successfully sent (Success), attempted but failed (UnknownError), or was not matched with any auto-responder rule (None).

public:
 property SmartCardAutomaticResponseStatus AutomaticResponseStatus { SmartCardAutomaticResponseStatus get(); };
SmartCardAutomaticResponseStatus AutomaticResponseStatus();
public SmartCardAutomaticResponseStatus AutomaticResponseStatus { get; }
var smartCardAutomaticResponseStatus = smartCardEmulatorApduReceivedEventArgs.automaticResponseStatus;
Public ReadOnly Property AutomaticResponseStatus As SmartCardAutomaticResponseStatus

Property Value

The object indicating the status of the automatic response.

Applies to

See also