| KM_ControllerGetUserData Method |
Gets a 32 bit word of user data
To set int value in KFLOP in C do:
persist.UserData[index] = i;
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int GetUserData(
int index
)
Public Function GetUserData (
index As Integer
) As Integer
public:
int GetUserData(
int index
)
Parameters
- index Int32
- array offset (0-199)
Return Value
Int32Int32 data from the array
See Also