NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-client
index
timestampHasChanged
Function timestampHasChanged
timestampHasChanged
(
dataValue1
:
DataValue
,
dataValue2
:
DataValue
,
timestampsToReturn
?:
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
Inherited
Theme
OS
Light
Dark
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...
return if the timestamps of the two dataValue are different