Class EX10RfidAdapter

java.lang.Object
com.tccc.kos.core.service.spawn.SpawnProcess
com.tccc.kos.core.service.spawn.Adapter
com.tccc.kos.ext.freestyle.hardware.rfid.adapters.EX10RfidAdapter

public class EX10RfidAdapter extends Adapter
Adapter for the EX10 rfid adapter on the Flex board. This is a SPI based device which is not autodetected using standard udev infrastructure. When using the flex board with this rfid reader, create an instance of this adapter and call SpawnService.addProcess(adapter) to start the adapter.
Version:
2024-07-28
  • Constructor Details

    • EX10RfidAdapter

      public EX10RfidAdapter()
      Create an instance of the EX10 rfid adapter using the standard location of the adapter binary.
    • EX10RfidAdapter

      public EX10RfidAdapter(File baseDir)
      Create an instance of the EX10 rfid adapter using an alternate base directory to locate the adapter binary.
      Parameters:
      baseDir - directory that contains the adapter binary