Boolean#
Functions
-
ITALA_API_C ItalaError NODE_BooleanSetValue(H_NODE hNode, bool value)#
Set the value of a boolean node.
- Parameters:
hNode – [in] Handle to Node instance, should be a Boolean node.
value – [in] Value to set.
- Returns:
ItalaError the error code; return ItalaErrorSuccess (0) if no errors occures.
-
ITALA_API_C ItalaError NODE_BooleanGetValue(H_NODE hNode, bool *pValue)#
Get the value of a boolean node.
- Parameters:
hNode – [in] Handle to Node instance, should be a Boolean node.
pValue – [out] Value retrived.
- Returns:
ItalaError the error code; return ItalaErrorSuccess (0) if no errors occures.