nxLibWaitForChange

Navigation:  NxLib API > C Interface > Waiting >

nxLibWaitForChange

Previous pageReturn to chapter overviewNext page

Wait for any change to the specified item, i.e. a change of value or item type.

Signature

void nxLibWaitForChange (NXLIBERR* result, NXLIBSTR itemPath);

Parameters

result

The error code of the operation. If the item is deleted during the wait operation, the return code will be NxLibItemInexistent.

itemPath

The path of the item to wait for.

Return Value

none