Class PTEID_Pins


  • public class PTEID_Pins
    extends PTEID_Object
    Container class for all pins on the card.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long count()
      The number of pins on the card
      void delete()  
      PTEID_Pin getPinByNumber​(long ulIndex)
      Get the pin by its Index.
      Throw PTEID_ExParamRange exception if the index is out of range.
      PTEID_Pin getPinByPinRef​(long pinRef)
      Get the pin by its pin reference.
      Throw PTEID_ExParamRange exception if the index is out of range.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait