by cncdrive » Mon Feb 20, 2023 2:58 pm
Yes, it is pointer, but in C# there is no such thing as the classical pointers in C++.
The motion control API is in C++ and this function has a pointer parameter, but in C# this is written with the ref keyword, because this works like that in C#.
You can look into the UCCNC/API folder for the C# wrapper it has all the API function prototypes, so you can see all return values, function names and parameters so then you see the syntaxes.