aop_getinstrefΒΆ

aop_getinstref returns the instance references.

elemList = aop_getinstref(envId, elemId, refName, aId, cl)

Return Value

elemList.

Parameters

envId

envId is the environment Id, returned by aop_openenv.

elemId

elemId specifies the instance element. Is a real vector with two elements. [application element id, instance element id].

refName

refName is the name of the reference.

aId

aId.

cl

cl is the client pointer, returned by rpc_clnt_create.

History

Version Description
5.0.0 New

id-352803