Im developing an NFC reader system with C #, according to these code examples from the SDK, I can not connect the device to the application. Sometimes it returns an unknown error code (- 2146434967) , which is not processed in the sample application code. 
But sometimes it returns an error code of 6 , which is a constant public const int SCARD_SPECIFIC = 6; and is described as

I donβt know how to act, does anyone have any ideas?
thanks
source share