Interface GenDriverAPI4ContactsFactory


  • public interface GenDriverAPI4ContactsFactory
    Defines the interface of a digital contacts interface driver factory.
    • Method Detail

      • create

        GenDriverAPI4Contacts create​(int nrOfContacts,
                                     long stabilizationTimeMs)
        Creates a driver instance.
        Parameters:
        nrOfContacts - the number of contacts
        stabilizationTimeMs - the time contacts need to get to a stable state, in ms
        Returns:
        a new instance of GenDriverAPI4Contacts