All the methods related to nodes managed by GenApi.
◆ NODE_RegisterSet()
ITALA_API_C ItalaError NODE_RegisterSet |
( |
H_NODE |
hNode, |
|
|
uint8_t * |
pBuffer, |
|
|
int64_t |
length |
|
) |
| |
Set the value of the register Node.
- Parameters
-
[in] | hNode | Handle to Node instance, should be a register node. |
[in] | pBuffer | Buffer with the value to set. |
[in] | length | Length of the buffer to set. |
- Returns
- ItalaError the error code; return ItalaErrorSuccess (0) if no errors occures.
◆ NODE_RegisterGet()
ITALA_API_C ItalaError NODE_RegisterGet |
( |
H_NODE |
hNode, |
|
|
uint8_t * |
pBuffer, |
|
|
int64_t |
length |
|
) |
| |
Get the value of the register Node.
- Parameters
-
[in] | hNode | Handle to Node instance, should be a register node. |
[out] | pBuffer | Buffer with the value retrived. |
[in,out] | length | Length of the buffer to get. |
- Returns
- ItalaError the error code; return ItalaErrorSuccess (0) if no errors occures.
◆ NODE_RegisterGetLength()
ITALA_API_C ItalaError NODE_RegisterGetLength |
( |
H_NODE |
hNode, |
|
|
int64_t * |
pLength |
|
) |
| |
Get the length of the register Node.
- Parameters
-
[in] | hNode | Handle to Node instance, should be a register node. |
[out] | pLength | Buffer length retrived. |
- Returns
- ItalaError the error code; return ItalaErrorSuccess (0) if no errors occures.
◆ NODE_RegisterGetAddress()
ITALA_API_C ItalaError NODE_RegisterGetAddress |
( |
H_NODE |
hNode, |
|
|
int64_t * |
pLength |
|
) |
| |
Get the address of the register Node.
- Parameters
-
[in] | hNode | Handle to Node instance, should be a register node. |
[out] | pLength | Address retrived. |
- Returns
- ItalaError the error code; return ItalaErrorSuccess (0) if no errors occures.