endrov.hardwareNative
Class OlympusIX.VirtualSerialIX

java.lang.Object
  extended by endrov.hardwareNative.VirtualSerial
      extended by endrov.hardwareNative.OlympusIX.VirtualSerialIX
All Implemented Interfaces:
EvDevice, HWSerial
Enclosing class:
OlympusIX

public static class OlympusIX.VirtualSerialIX
extends VirtualSerial


Nested Class Summary
 
Nested classes/interfaces inherited from class endrov.hardwareNative.VirtualSerial
VirtualSerial.VirtualSerialWindow
 
Field Summary
 
Fields inherited from class endrov.hardwareNative.VirtualSerial
autoresponse, event
 
Constructor Summary
OlympusIX.VirtualSerialIX()
           
 
Method Summary
 java.lang.String response(java.lang.String s)
          Return clever response or null if none.
 
Methods inherited from class endrov.hardwareNative.VirtualSerial
addDeviceListener, getDescName, getPropertyMap, getPropertyTypes, getPropertyValue, getPropertyValueBoolean, getWindow, hasConfigureDialog, nonblockingRead, openConfigureDialog, readUntilTerminal, removeDeviceListener, setPropertyValue, setPropertyValue, writePort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OlympusIX.VirtualSerialIX

public OlympusIX.VirtualSerialIX()
Method Detail

response

public java.lang.String response(java.lang.String s)
Description copied from class: VirtualSerial
Return clever response or null if none. Only used if there is no autoresponse

Specified by:
response in class VirtualSerial