Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxGetAttrs (instanceId                      : GENERIC;
                      numberOfAttributes              : INTEGER;
                      attrId1: GENERIC;VAR attrValue1 : GENERIC;
                      ...                  ... ,
                      attrIdN: GENERIC;VAR attrValueN : GENERIC)
                      status                          : INTEGER;

The xpxGetAttrs function reads the value of the specified attributes of the specified instance and returns the actual attribute values in the arguments named attrValue1 to attrValueN; 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; attrId1 and attrValue1, attrId2, attrValue2 etc..
The attrId arguments can be retrieved by the xpxGetAttrDefinition and xpxGetAttrDefinitionBN functions
This function is equivalent to the EDMinterface function sdaiGetAttrs

Arguments

...

TypeNameComment
GENERICinstanceIdcomment
INTEGERnumberOfAttributes 
GENERICattrIdN 
GENERICattrValueN 

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"