GenApi C bindings - 32 bit functions. More...
Functions | |
GENAPIC_RESULT | GenApiIntegerGetIncInt32 (NODE_HANDLE hNode, int32_t *pValue) |
Get the value increment from an integer node. More... | |
GENAPIC_RESULT | GenApiIntegerGetMaxInt32 (NODE_HANDLE hNode, int32_t *pValue) |
Get the maximum value from an integer node. More... | |
GENAPIC_RESULT | GenApiIntegerGetMinInt32 (NODE_HANDLE hNode, int32_t *pValue) |
Get the minimum value from an integer node. More... | |
GENAPIC_RESULT | GenApiIntegerGetValueExInt32 (NODE_HANDLE hNode, _Bool verify, int32_t *pValue) |
Return a node's integer value with optional validation. More... | |
GENAPIC_RESULT | GenApiIntegerGetValueInt32 (NODE_HANDLE hNode, int32_t *pValue) |
Get a node's integer value without validation. More... | |
GENAPIC_RESULT | GenApiIntegerSetValueExInt32 (NODE_HANDLE hNode, _Bool verify, int32_t value) |
Set a node's integer value with optional validation. More... | |
GENAPIC_RESULT | GenApiIntegerSetValueInt32 (NODE_HANDLE hNode, int32_t value) |
Set a node's integer value with mandatory validation. More... | |
GENAPIC_RESULT | GenApiNodeGetPollingTimeInt32 (NODE_HANDLE hNode, int32_t *pollingTime) |
Query a node for its recommended polling interval. More... | |
GENAPIC_RESULT | GenApiNodeMapPollInt32 (NODEMAP_HANDLE hMap, int32_t timestamp) |
Poll all nodes in a node map. More... | |
GenApi C bindings - 32 bit functions.