Uses of Class
jmri.jmrix.rfid.RfidProtocol
Packages that use RfidProtocol
Package
Description
This package handles communications for RFID adapters.
This package handles communications for Generic RFID stand-alone readers.
This package handles communications for MERG RFID Concentrators.
This package holds objects specific to the RFID stand-alone readers that
use the CORE-ID / ID-Innovations protocol.
This package holds objects specific to the RFID stand-alone readers that
use the EM-18 protocol.
This package holds objects specific to the RFID stand-alone readers that
use an Olimex protocol.
This package holds objects specific to the RFID stand-alone readers that
use the Parallax protocol.
This package holds objects specific to the RFID stand-alone readers that
use the SeeedStudio RDM630 protocol.
-
Uses of RfidProtocol in jmri.jmrix.rfid
Methods in jmri.jmrix.rfid that return RfidProtocolMethods in jmri.jmrix.rfid with parameters of type RfidProtocolModifier and TypeMethodDescriptionfinal voidRfidSystemConnectionMemo.setProtocol(RfidProtocol protocol) -
Uses of RfidProtocol in jmri.jmrix.rfid.generic.standalone
Fields in jmri.jmrix.rfid.generic.standalone declared as RfidProtocol -
Uses of RfidProtocol in jmri.jmrix.rfid.merg.concentrator
Fields in jmri.jmrix.rfid.merg.concentrator declared as RfidProtocol -
Uses of RfidProtocol in jmri.jmrix.rfid.protocol.coreid
Subclasses of RfidProtocol in jmri.jmrix.rfid.protocol.coreidModifier and TypeClassDescriptionclassCommon routines to extract the Tag information and validate checksum for implementations that use the CORE-ID / ID-Innovations protocol. -
Uses of RfidProtocol in jmri.jmrix.rfid.protocol.em18
Subclasses of RfidProtocol in jmri.jmrix.rfid.protocol.em18Modifier and TypeClassDescriptionclassCommon routines to extract the Tag information and validate checksum for implementations that use the EM-18 protocol. -
Uses of RfidProtocol in jmri.jmrix.rfid.protocol.olimex
Subclasses of RfidProtocol in jmri.jmrix.rfid.protocol.olimexModifier and TypeClassDescriptionclassCommon routines to extract the Tag information and validate checksum for implementations that use the Olimex MOD-RFID1356MIFARE protocol.classCommon routines to extract the Tag information and validate checksum for implementations that use the Olimex protocol. -
Uses of RfidProtocol in jmri.jmrix.rfid.protocol.parallax
Subclasses of RfidProtocol in jmri.jmrix.rfid.protocol.parallaxModifier and TypeClassDescriptionclassCommon routines to extract the Tag information and validate checksum for implementations that use the Parallax protocol. -
Uses of RfidProtocol in jmri.jmrix.rfid.protocol.seeedstudio
Subclasses of RfidProtocol in jmri.jmrix.rfid.protocol.seeedstudioModifier and TypeClassDescriptionclassCommon routines to extract the Tag information and validate checksum for implementations that use the SeeedStudio protocol.