|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjs.dev.Results
js.dev.cam.sbig.QueryUsbResults
public class QueryUsbResults
Constructor Summary | |
---|---|
QueryUsbResults()
Constructor. |
|
QueryUsbResults(ERROR error)
Constructor. |
Method Summary | |
---|---|
int |
getCamerasFound()
|
QueryUsbInfo[] |
getQueryUsbInfo()
|
QueryUsbInfo |
getQueryUsbInfo(int index)
This method returns QueryUsbInfo at position index. |
static long |
getSerialVersionUID()
|
void |
setCamerasFound(int camerasFound)
|
void |
setQueryUsbInfo(int index,
boolean cameraFound,
int cameraType,
java.lang.String name,
java.lang.String serialNumber)
This method sets QueryUsbInfo object's fields. |
void |
setQueryUsbInfo(int index,
QueryUsbInfo qusbi)
This method sets QueryUsbInfo object's fields. |
void |
setQueryUsbInfo(QueryUsbInfo[] queryUsbInfo)
|
Methods inherited from class js.dev.Results |
---|
getError, setError |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryUsbResults()
public QueryUsbResults(ERROR error)
error
- the error to set.Method Detail |
---|
public static long getSerialVersionUID()
public int getCamerasFound()
public void setCamerasFound(int camerasFound)
camerasFound
- the camerasFound to set.public QueryUsbInfo[] getQueryUsbInfo()
public final QueryUsbInfo getQueryUsbInfo(int index)
index
- position.
public void setQueryUsbInfo(QueryUsbInfo[] queryUsbInfo)
queryUsbInfo
- the queryUsbInfo to set.public final void setQueryUsbInfo(int index, boolean cameraFound, int cameraType, java.lang.String name, java.lang.String serialNumber)
index
- array index.cameraFound
- the cameraFound to set.cameraType
- the cameraType to set.name
- the name to set.serialNumber
- the serialNumber to set.public final void setQueryUsbInfo(int index, QueryUsbInfo qusbi)
index
- array index.qusbi
- the QueryUsbInfo object to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |