public class CanOpenNode extends Object
| Constructor and Description |
|---|
CanOpenNode(String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNodeID() |
String |
getProductCode() |
String |
getRevisionNB() |
String |
getSerialNB() |
String |
getType() |
String |
getVendorID() |
boolean |
isADC() |
boolean |
isDAC() |
boolean |
isMaxonMotor() |
void |
setNodeInfo(String type,
String vendor,
String code,
String revision,
String serial) |
void |
setSerialNB(String serialNB) |
String |
toString() |
public CanOpenNode(String id)
public String getNodeID()
public String getType()
public String getVendorID()
public String getProductCode()
public String getRevisionNB()
public String getSerialNB()
public void setSerialNB(String serialNB)
serialNB - the serialNB to setpublic void setNodeInfo(String type, String vendor, String code, String revision, String serial)
public boolean isADC()
public boolean isDAC()
public boolean isMaxonMotor()
Copyright © 2014 LSST. All rights reserved.