SmartCardAutomaticResponseApdu(IBuffer, IBuffer) 생성자

정의

클래스의 새 인스턴스를 초기화합니다.

public:
 SmartCardAutomaticResponseApdu(IBuffer ^ commandApdu, IBuffer ^ responseApdu);
 SmartCardAutomaticResponseApdu(IBuffer const& commandApdu, IBuffer const& responseApdu);
public SmartCardAutomaticResponseApdu(IBuffer commandApdu, IBuffer responseApdu);
function SmartCardAutomaticResponseApdu(commandApdu, responseApdu)
Public Sub New (commandApdu As IBuffer, responseApdu As IBuffer)

매개 변수

commandApdu
IBuffer

NFC 판독기에서 보낸 APDU 명령입니다.

responseApdu
IBuffer

NFC 판독기 응답입니다.

적용 대상

추가 정보