public class TagQtGetOpResult extends TagOpResult
| Constructor and Description |
|---|
TagQtGetOpResult() |
| Modifier and Type | Method and Description |
|---|---|
QtAccessRange |
getAccessRange() |
QtDataProfile |
getDataProfile() |
QtGetConfigResultStatus |
getResult() |
void |
setAccessRange(QtAccessRange accessRange) |
void |
setDataProfile(QtDataProfile dataProfile) |
protected void |
setResult(QtGetConfigResultStatus result) |
getOpId, getSequenceId, getTag, setOpId, setSequenceId, setTagpublic QtGetConfigResultStatus getResult()
protected void setResult(QtGetConfigResultStatus result)
result - The result of the tag QT operation.public QtDataProfile getDataProfile()
public void setDataProfile(QtDataProfile dataProfile)
dataProfile - whether to access the tag private or public
data profile.public QtAccessRange getAccessRange()
public void setAccessRange(QtAccessRange accessRange)
accessRange - whether to reduce tag access range down to a meter
or so, or not.