GenApi_RegisterDescriptor
Description
This structure stores attributes of a GenApi register parameter node.
struct GenApi_RegisterDescriptor
{
atl::sint64 Address;
atl::sint64 Length;
};
- Address - registers range beginning address in the device or module memory.
- Length - length (in bytes) of the registers range (the maximum amount of data that can be read or write from/to the register).
