Поделиться через


SmartCardEmulatorApduReceivedEventArgs.AutomaticResponseStatus Свойство

Определение

Возвращает объект SmartCardAutomaticResponseStatus , указывающий, что автоматический ответ уже успешно отправлен (успешно), предпринятая попытка, но неудачная попытка (UnknownError) или не соответствует ни одному правилу автоответчика (None).

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

Значение свойства

Объект , указывающий состояние автоматического ответа.

Применяется к

См. также раздел