Uses of Class
com.alien.enterpriseRFID.externalio.ExternalIO

Packages that use ExternalIO
com.alien.enterpriseRFID.externalio   
com.alien.enterpriseRFID.notify The notify classes work in conjunction with a reader running in autonomous mode. 
com.alien.enterpriseRFID.reader The Reader classes are the primary classes for communicating with a reader either over the network or serial port. 
 

Uses of ExternalIO in com.alien.enterpriseRFID.externalio
 

Methods in com.alien.enterpriseRFID.externalio that return ExternalIO
static ExternalIO[] ExternalIOUtil.decodeXMLIOList(java.lang.String xmlData)
          Decodes an XML-based IOList message from a reader into an array of ExternalIOs.
static ExternalIO ExternalIOUtil.decodeXMLIO(java.lang.String xmlData)
          Decode an individual ExternalIO event from an XML-based iolist message.
static ExternalIO[] ExternalIOUtil.decodeIOList(java.lang.String ioLines)
          Decodes a text-based IOList message from a reader into an array of ExternalIOs.
static ExternalIO ExternalIOUtil.decodeIO(java.lang.String ioLine)
          Decode a single text-based line of IOList data into a single ExternalIO item.
 

Uses of ExternalIO in com.alien.enterpriseRFID.notify
 

Methods in com.alien.enterpriseRFID.notify that return ExternalIO
 ExternalIO[] Message.getIOList()
          Returns the IOList of this notification message, as an array of ExternalIOs.
 ExternalIO Message.getIO(int index)
          Returns the ExternalIO that holds position index in this Message's IOList.
 

Methods in com.alien.enterpriseRFID.notify with parameters of type ExternalIO
 void Message.setIOList(ExternalIO[] ioList)
          Sets the IOList of this Message as an array of ExternalIOs.
 

Uses of ExternalIO in com.alien.enterpriseRFID.reader
 

Methods in com.alien.enterpriseRFID.reader that return ExternalIO
 ExternalIO[] AlienClass1Reader.getIOList()
          Asks the reader for its current IOList and reports the results.