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