Click or drag to resize

KM_ControllerCheckConnected Method

Tries to obtain a lock, and if a lock is obtained can execute optional actions before releasing the lock token.

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public bool CheckConnected(
	params Action[] actions
)

Parameters

actions  Action
delegates to execute while the board is locked

Return Value

Boolean
true if the lock status was not KMOTION_TOKEN.KMOTION_NOT_CONNECTED
See Also