|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectendrov.hardwareNative.VirtualSerial
endrov.hardwareNative.VirtualSerialBasic
public class VirtualSerialBasic
Virtual serial device: No automatic replies or anything. Override VirtualSerial to create a proper testing environment
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 | |
---|---|
VirtualSerialBasic()
|
|
VirtualSerialBasic(java.lang.String title)
|
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 |
---|
public VirtualSerialBasic(java.lang.String title)
public VirtualSerialBasic()
Method Detail |
---|
public java.lang.String response(java.lang.String s)
VirtualSerial
response
in class VirtualSerial
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |