Interface IVariableHistorian
Methods
extractDataValues
extractDataValues( historyReadRawModifiedDetails: ReadRawModifiedDetails , maxNumberToExtract: number , isReversed: boolean , reverseDataValue: boolean , callback: ( err: Error , dataValue?: DataValue [] ) => void ) : void
Defined in node-opcua-address-space-base/dist/ua_variable.d.ts:31
Parameters
maxNumberToExtract: number
isReversed: boolean
reverseDataValue: boolean
callback: ( err: Error , dataValue?: DataValue [] ) => void
Returns void
push
Defined in node-opcua-address-space-base/dist/ua_variable.d.ts:22
Parameters
Returns Promise < void >
Legend
Variable
Function
Function with type parameter
Type alias
Type alias with type parameter
Interface
Interface with type parameter
Method
Class
Class with type parameter
Extract a series of dataValue from the History database for this value