waitForChange

Navigation:  NxLib API > C++ Interface > NxLibItem >

waitForChange

Previous pageReturn to chapter overviewNext page

Waits for any change to the item.

Signatures

Variants throwing exceptions on API errors:

void waitForChange() const

Variants returning API errors as int* parameter:

void waitForChange(int* returnCode) const

Parameters

returnCode

The error code returned when accessing the item.

Return Value

none