aop_getattr returns attribute information about an application element.
Return Value
attrInf is an object of the following form:
attrInf = [.]
attrInf.aBId
attrInf.aAId
attrInf.aSeq
attrInf.aSeq.n
attrInf.aSeq[1].aBName
attrInf.aSeq[1].aAName
attrInf.aSeq[1].aDataType
attrInf.aSeq[1].aUnit
If an error occurs an error object is returned (see error_create).
Parameters
envId is the environment Id, returned by aop_openenv.
elemId is a vector with two elements (AOP_ElemId). The first element the “Application Element ID” (aid) and the second element is the instance id (iid).
cl is the client pointer, returned by rpc_clnt_create.
History
| Version | Description |
|---|---|
| 5.0.0 | New |
See also
id-459456