Beispiel #1
0
 /**
  * Respond back to the card reader with the given response.
  *
  * @param resp The response
  */
 public void respondWith(Response resp) {
   m_response = resp;
   m_reader.sendResponse(m_response);
 }