Exemple #1
0
 public async Task StartCardReaderAsync(string deviceId)
 {
     tcpClientStream.Connect(ip, port);
     DelayBeforeCardPutInField();
 }