NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua
FilterContext
Interface FilterContext
interface
FilterContext
{
eventSource
:
NodeId
;
browsePath
(
browsePath
:
BrowsePath
)
:
NodeId
|
null
;
getNodeClass
(
nodeId
:
NodeId
)
:
NodeClass
;
getTypeDefinition
(
nodeId
:
NodeId
)
:
NodeId
|
null
;
isSubtypeOf
(
nodeId
:
NodeId
,
baseType
:
NodeId
)
:
boolean
;
readNodeValue
(
nodeId
:
NodeIdLike
)
:
Variant
;
}
Implemented by
FilterContextOnAddressSpace
Index
Properties
event
Source
Methods
browse
Path
get
Node
Class
get
Type
Definition
is
Subtype
Of
read
Node
Value
Properties
Readonly
event
Source
eventSource
:
NodeId
Methods
browse
Path
browsePath
(
browsePath
:
BrowsePath
)
:
NodeId
|
null
Parameters
browsePath
:
BrowsePath
Returns
NodeId
|
null
get
Node
Class
getNodeClass
(
nodeId
:
NodeId
)
:
NodeClass
Parameters
nodeId
:
NodeId
Returns
NodeClass
get
Type
Definition
getTypeDefinition
(
nodeId
:
NodeId
)
:
NodeId
|
null
Parameters
nodeId
:
NodeId
Returns
NodeId
|
null
is
Subtype
Of
isSubtypeOf
(
nodeId
:
NodeId
,
baseType
:
NodeId
)
:
boolean
Parameters
nodeId
:
NodeId
baseType
:
NodeId
Returns
boolean
read
Node
Value
readNodeValue
(
nodeId
:
NodeIdLike
)
:
Variant
Parameters
nodeId
:
NodeIdLike
Returns
Variant
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
event
Source
Methods
browse
Path
get
Node
Class
get
Type
Definition
is
Subtype
Of
read
Node
Value
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...