All the methods related to nodes managed by GenApi.
◆ NODE_BooleanSetValue()
ITALA_API_C ItalaError NODE_BooleanSetValue |
( |
H_NODE |
hNode, |
|
|
bool |
value |
|
) |
| |
Set the value of a boolean node.
- Parameters
-
[in] | hNode | Handle to Node instance, should be a Boolean node. |
[in] | value | Value to set. |
- Returns
- ItalaError the error code; return ItalaErrorSuccess (0) if no errors occures.
◆ NODE_BooleanGetValue()
ITALA_API_C ItalaError NODE_BooleanGetValue |
( |
H_NODE |
hNode, |
|
|
bool * |
pValue |
|
) |
| |
Get the value of a boolean node.
- Parameters
-
[in] | hNode | Handle to Node instance, should be a Boolean node. |
[out] | pValue | Value retrived. |
- Returns
- ItalaError the error code; return ItalaErrorSuccess (0) if no errors occures.