public class OPCITEMSTATE extends Object
| Constructor and Description |
|---|
OPCITEMSTATE() |
| Modifier and Type | Method and Description |
|---|---|
static OPCITEMSTATE |
fromStruct(JIStruct struct) |
int |
getClientHandle() |
short |
getQuality() |
short |
getReserved() |
static JIStruct |
getStruct() |
FILETIME |
getTimestamp() |
JIVariant |
getValue() |
void |
setClientHandle(int clientHandle) |
void |
setQuality(short quality) |
void |
setReserved(short reserved) |
void |
setTimestamp(FILETIME timestamp) |
void |
setValue(JIVariant value) |
public int getClientHandle()
public void setClientHandle(int clientHandle)
public short getQuality()
public void setQuality(short quality)
public short getReserved()
public void setReserved(short reserved)
public FILETIME getTimestamp()
public void setTimestamp(FILETIME timestamp)
public JIVariant getValue()
public void setValue(JIVariant value)
public static JIStruct getStruct() throws JIException
JIExceptionpublic static OPCITEMSTATE fromStruct(JIStruct struct)
Copyright © 2017 LSST. All rights reserved.