Click or drag to resize

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_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public int GetUserData(
	int index
)

Parameters

index  Int32
array offset (0-199)

Return Value

Int32
Int32 data from the array
See Also