|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.comm.NSCommDriver
public class NSCommDriver
| Field Summary | |
|---|---|
(package private) DeviceList |
devicelist
Define the devicelist (DeviceList) field. |
| Constructor Summary | |
|---|---|
NSCommDriver()
|
|
| Method Summary | |
|---|---|
protected void |
addDeviceToList(java.lang.String portName,
int portType,
java.lang.String deviceName,
int semID)
Add device to list with the specified port name, port type, device name and sem id parameters. |
CommPort |
getCommPort(java.lang.String portName,
int portType)
Get comm port with the specified port name and port type parameters and return the CommPort result. |
(package private) DeviceListEntry |
getFirstDLE()
Gets the first dle (DeviceListEntry) value. |
(package private) DeviceListEntry |
getNextDLE(DeviceListEntry dle)
Get next dle with the specified dle parameter and return the DeviceListEntry result. |
void |
initialize()
Initialize. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
DeviceList devicelist
| Constructor Detail |
|---|
public NSCommDriver()
| Method Detail |
|---|
protected void addDeviceToList(java.lang.String portName,
int portType,
java.lang.String deviceName,
int semID)
portName - The port name (String) parameter.portType - The port type (int) parameter.deviceName - The device name (String) parameter.semID - The sem id (int) parameter.
public CommPort getCommPort(java.lang.String portName,
int portType)
getCommPort in interface CommDriverportName - The port name (String) parameter.portType - The port type (int) parameter.
CommPort) value.DeviceListEntry getFirstDLE()
DeviceListEntry) value.DeviceListEntry getNextDLE(DeviceListEntry dle)
dle - The dle (DeviceListEntry) parameter.
DeviceListEntry) value.public void initialize()
initialize in interface CommDriver
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||