|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataValue | |
|---|---|
| org.opcfoundation.ua.core | All the code in this package are codegenerated. |
| org.opcfoundation.ua.encoding | This folder contains serialization interfaces and serialization implementations |
| org.opcfoundation.ua.encoding.binary | The implementation of binary serialization |
| org.opcfoundation.ua.encoding.xml | The implementation of xml serialization. |
| Uses of DataValue in org.opcfoundation.ua.core |
|---|
| Fields in org.opcfoundation.ua.core declared as DataValue | |
|---|---|
protected DataValue[] |
HistoryData.DataValues
|
protected DataValue[] |
ReadResponse.Results
|
protected DataValue[] |
UpdateStructureDataDetails.UpdateValues
|
protected DataValue[] |
UpdateDataDetails.UpdateValues
|
protected DataValue |
WriteValue.Value
|
protected DataValue |
MonitoredItemNotification.Value
|
| Methods in org.opcfoundation.ua.core that return DataValue | |
|---|---|
DataValue[] |
HistoryData.getDataValues()
|
DataValue[] |
ReadResponse.getResults()
|
DataValue[] |
UpdateStructureDataDetails.getUpdateValues()
|
DataValue[] |
UpdateDataDetails.getUpdateValues()
|
DataValue |
WriteValue.getValue()
|
DataValue |
MonitoredItemNotification.getValue()
|
| Methods in org.opcfoundation.ua.core with parameters of type DataValue | |
|---|---|
void |
HistoryData.setDataValues(DataValue[] DataValues)
|
void |
ReadResponse.setResults(DataValue[] Results)
|
void |
UpdateStructureDataDetails.setUpdateValues(DataValue[] UpdateValues)
|
void |
UpdateDataDetails.setUpdateValues(DataValue[] UpdateValues)
|
void |
WriteValue.setValue(DataValue Value)
|
void |
MonitoredItemNotification.setValue(DataValue Value)
|
| Constructors in org.opcfoundation.ua.core with parameters of type DataValue | |
|---|---|
HistoryData(DataValue[] DataValues)
|
|
HistoryModifiedData(DataValue[] DataValues,
ModificationInfo[] ModificationInfos)
|
|
MonitoredItemNotification(UnsignedInteger ClientHandle,
DataValue Value)
|
|
ReadResponse(ResponseHeader ResponseHeader,
DataValue[] Results,
DiagnosticInfo[] DiagnosticInfos)
|
|
UpdateDataDetails(NodeId NodeId,
PerformUpdateType PerformInsertReplace,
DataValue[] UpdateValues)
|
|
UpdateStructureDataDetails(NodeId NodeId,
PerformUpdateType PerformInsertReplace,
DataValue[] UpdateValues)
|
|
WriteValue(NodeId NodeId,
UnsignedInteger AttributeId,
String IndexRange,
DataValue Value)
|
|
| Uses of DataValue in org.opcfoundation.ua.encoding |
|---|
| Methods in org.opcfoundation.ua.encoding that return DataValue | |
|---|---|
DataValue |
IDecoder.getDataValue(String fieldName)
getDataValue. |
DataValue[] |
IDecoder.getDataValueArray(String fieldName)
getDataValueArray. |
| Methods in org.opcfoundation.ua.encoding with parameters of type DataValue | |
|---|---|
void |
IEncoder.putDataValue(String fieldName,
DataValue v)
putDataValue. |
void |
IEncoder.putDataValueArray(String fieldName,
DataValue[] v)
putDataValueArray. |
| Method parameters in org.opcfoundation.ua.encoding with type arguments of type DataValue | |
|---|---|
void |
IEncoder.putDataValueArray(String fieldName,
Collection<DataValue> v)
putDataValueArray. |
| Uses of DataValue in org.opcfoundation.ua.encoding.binary |
|---|
| Methods in org.opcfoundation.ua.encoding.binary that return DataValue | |
|---|---|
DataValue |
BinaryDecoder.getDataValue(String fieldName)
getDataValue. |
DataValue[] |
BinaryDecoder.getDataValueArray(String fieldName)
getDataValueArray. |
| Methods in org.opcfoundation.ua.encoding.binary with parameters of type DataValue | |
|---|---|
void |
EncoderCalc.putDataValue(String fieldName,
DataValue v)
putDataValue. |
void |
BinaryEncoder.putDataValue(String fieldName,
DataValue v)
putDataValue. |
void |
EncoderCalc.putDataValueArray(String fieldName,
DataValue[] v)
putDataValueArray. |
void |
BinaryEncoder.putDataValueArray(String fieldName,
DataValue[] v)
putDataValueArray. |
| Method parameters in org.opcfoundation.ua.encoding.binary with type arguments of type DataValue | |
|---|---|
void |
EncoderCalc.putDataValueArray(String fieldName,
Collection<DataValue> v)
putDataValueArray. |
void |
BinaryEncoder.putDataValueArray(String fieldName,
Collection<DataValue> v)
putDataValueArray. |
| Uses of DataValue in org.opcfoundation.ua.encoding.xml |
|---|
| Methods in org.opcfoundation.ua.encoding.xml that return DataValue | |
|---|---|
DataValue |
XmlDecoder.getDataValue(String fieldName)
getDataValue. |
DataValue[] |
XmlDecoder.getDataValueArray(String fieldName)
getDataValueArray. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||