Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
 xpxGetAttrsBN (instanceId         : GENERIC;
                numberOfAttributes : INTEGER;               attributeName1     : STRING;
                VAR attrValue1     : GENERIC                       ...      ...               attributeNameN     : STRING;
                VAR attrValueN     : GENERIC)               status             : INTEGER;
 
The xpxGetAttrsBN function reads the value of the specified attributes of the specified instance and returns the actual attribute values in the arguments named attrValue; The argument instanceId specifies the actual instance and the argument numberOfAttributes specifies the number of attribute values to read.
Each attribute and attribute value is specified as a pair of arguments; attributeName and attrvalue.
This function is equivalent to the EDMinterface function sdaiGetAttrsBN

  • No labels