Preparing search index...
The search index is not available
NodeOPCUA reference documentation - public API
NodeOPCUA reference documentation - public API
node-opcua-data-value
timestampHasChanged
Function timestampHasChanged
timestamp
Has
Changed
(
dataValue1
,
dataValue2
,
timestampsToReturn
?
)
:
boolean
return if the timestamps of the two dataValue are different
if timestampsToReturn is not specified, both sourceTimestamp are compared
if timestampsToReturn is
Neither
, the function returns false
if timestampsToReturn is
Both
, both sourceTimestamp and serverTimestamp are compared
if timestampsToReturn is
Source
, only sourceTimestamp are compared
if timestampsToReturn is
Server
, only serverTimestamp are compared
Parameters
dataValue1
:
DataValue
dataValue2
:
DataValue
Optional
timestampsToReturn
:
TimestampsToReturn
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
NodeOPCUA reference documentation - public API
Loading...
return if the timestamps of the two dataValue are different