nxLibGetBool

Navigation:  NxLib API > C Interface > Read Access >

nxLibGetBool

Previous pageReturn to chapter overviewNext page

Retrieves the value of a Boolean item.

Signature

NXLIBBOOL nxLibGetBool (NXLIBINT* result, NXLIBSTR itemPath);

Parameters

result

A pointer to a variable for the error code of the operation.

itemPath

The path of the item to access.

Return Value

The boolean value of the item.