Preparing search index...
The search index is not available
NodeOPCUA reference documentation - public API
NodeOPCUA reference documentation - public API
node-opcua-client
node-opcua-client
ICache
Interface ICache
interface
ICache
{
$$resolveStuff
?:
Map
<
string
,
ResolveReject
[]
>
;
browseNameCache
?:
Map
<
string
,
string
>
;
dataTypes
?:
Map
<
string
,
DataType
>
;
fieldResolution
?:
Map
<
string
,
CacheForFieldResolution
>
;
hitCount
?:
number
;
superType
?:
Map
<
string
,
NodeId
>
;
}
Index
Properties
$$resolve
Stuff?
browse
Name
Cache?
data
Types?
field
Resolution?
hit
Count?
super
Type?
Properties
Optional
$$resolve
Stuff
$$resolve
Stuff
?:
Map
<
string
,
ResolveReject
[]
>
Optional
browse
Name
Cache
browse
Name
Cache
?:
Map
<
string
,
string
>
Optional
data
Types
data
Types
?:
Map
<
string
,
DataType
>
Optional
field
Resolution
field
Resolution
?:
Map
<
string
,
CacheForFieldResolution
>
Optional
hit
Count
hit
Count
?:
number
Optional
super
Type
super
Type
?:
Map
<
string
,
NodeId
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
$$resolve
Stuff
browse
Name
Cache
data
Types
field
Resolution
hit
Count
super
Type
NodeOPCUA reference documentation - public API
Loading...