Method | Description | |
---|---|---|
BeginReadRaw ( |
Starts reading raw values.
|
|
Dispose ( ) : void |
Frees any unmanaged resources.
|
|
HistoryDataReader ( Opc.Ua.NodeId variableId, IHistoryDataSource source ) : System |
Constructs a reader for the source.
|
|
NextReadRaw ( |
Continues a read raw operation.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
An overrideable version of the Dispose.
|
Method | Description | |
---|---|---|
AddValue ( TimestampsToReturn timestampsToReturn, |
Adds a DataValue to a list of values to return.
|
public BeginReadRaw ( |
||
context | The context for the operation. | |
request | ReadRawModifiedDetails | The request parameters. |
timestampsToReturn | TimestampsToReturn | The timestamps to return with the value. |
indexRange | The range to return for array values. | |
dataEncoding | Opc.Ua.QualifiedName | The data encoding to use for structured values. |
values | DataValueCollection | The values to return. |
return | void |
public HistoryDataReader ( Opc.Ua.NodeId variableId, IHistoryDataSource source ) : System | ||
variableId | Opc.Ua.NodeId | |
source | IHistoryDataSource | The source of the history data. |
return | System |
public NextReadRaw ( |
||
context | The context for the operation. | |
timestampsToReturn | TimestampsToReturn | The timestamps to return with the value. |
indexRange | The range to return for array values. | |
dataEncoding | Opc.Ua.QualifiedName | The data encoding to use for structured values. |
values | DataValueCollection | The values to return. |
return | bool |