Preparing search index...
The search index is not available
NodeOPCUA reference documentation - public API
NodeOPCUA reference documentation - public API
node-opcua-server
IReadAttributeCapable
Interface IReadAttributeCapable
interface
IReadAttributeCapable
{
readAttribute
(
context
:
null
|
ISessionContext
,
attributeId
:
AttributeIds
,
indexRange
?:
NumericRange
,
dataEncoding
?:
null
|
QualifiedNameLike
)
:
DataValue
;
}
Index
Methods
read
Attribute
Methods
read
Attribute
read
Attribute
(
context
,
attributeId
,
indexRange
?
,
dataEncoding
?
)
:
DataValue
Parameters
context
:
null
|
ISessionContext
attributeId
:
AttributeIds
Optional
indexRange
:
NumericRange
Optional
dataEncoding
:
null
|
QualifiedNameLike
Returns
DataValue
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Methods
read
Attribute
NodeOPCUA reference documentation - public API
Loading...