aop_putval¶
aop_putval writes data for an instance to the database.
- iid = aop_putval(envId, elemId, nvSeq, cl)
Return Value
iid.
Parameters
- envId
envId is the environment Id, returned by aop_openenv.
- elemId
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).
- nvSeq
nvSeq.
- cl
cl is the client pointer, returned by rpc_clnt_create.
History
Version |
Description |
|---|---|
5.0.0 |
New |
See also
id-1900129