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:
 
xpxPutAttr (instanceId, attributeId ,attrValue : GENERIC)
            status                             : INTEGER;
 
The xpxPutAttr function writes the specified value attrValue to the attribute specified by the attributeId argument in the instance instanceId. An indeterminate (question) value will result in an unset attribute value.
The attributeId can be retrieved by the xpxGetAttrDefinition and xpxGetAttrDefinitionBN functions.
This function is equivalent to the EDMinterface function sdaiPutAttr

  • No labels