|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.ioModel.IOBusDetail
public class IOBusDetail
Container class for details about IO's of a specific bus.
This class can be transferred via NCF.
| Field Summary | |
|---|---|
String |
busDriverName
Bus driver name. |
String |
busInstanceName
Bus instance name. |
IODetail[] |
ioDetails
Details about the IO's belonging to specific bus. |
| Constructor Summary | |
|---|---|
IOBusDetail()
Default constructor. |
|
IOBusDetail(String driverName,
String instanceName,
List<IODetail> details)
Creates the instance with defined bus driver name, bus instance name and the list of IO's. |
|
| Method Summary | |
|---|---|
IOBusDetail |
clone()
|
boolean |
equals(Object obj)
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public IODetail[] ioDetails
public String busDriverName
public String busInstanceName
| Constructor Detail |
|---|
public IOBusDetail()
public IOBusDetail(String driverName,
String instanceName,
List<IODetail> details)
driverName - bus driver nameinstanceName - bus instance namedetails - list with IO details| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic IOBusDetail clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||