Click or drag to resize

KM_ControllerWaitToken Method

Prevents outside access to the board until ReleaseToken is commanded

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public KMOTION_TOKEN WaitToken(
	int timeout
)

Parameters

timeout  Int32
ms to wait

Return Value

KMOTION_TOKEN
true if lock was successful
See Also