Click or drag to resize

KM_ControllerSetUserData Method

Sets a 32 bit word of integer user data

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public void SetUserData(
	int index,
	int data
)

Parameters

index  Int32
array offset (0-199)
data  Int32
32bits of data to store
See Also