ItalaApiC  1.3.3
Functions

Functions

ITALA_API_C ItalaError NODE_BooleanSetValue (H_NODE hNode, bool value)
 
ITALA_API_C ItalaError NODE_BooleanGetValue (H_NODE hNode, bool *pValue)
 

Detailed Description

All the methods related to nodes managed by GenApi.

Function Documentation

◆ NODE_BooleanSetValue()

ITALA_API_C ItalaError NODE_BooleanSetValue ( H_NODE  hNode,
bool  value 
)

Set the value of a boolean node.

Parameters
[in]hNodeHandle to Node instance, should be a Boolean node.
[in]valueValue 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]hNodeHandle to Node instance, should be a Boolean node.
[out]pValueValue retrived.
Returns
ItalaError the error code; return ItalaErrorSuccess (0) if no errors occures.