| 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_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool CheckConnected(
params Action[] actions
)
Public Function CheckConnected (
ParamArray actions As Action()
) As Boolean
public:
bool CheckConnected(
... array<Action^>^ actions
)
Parameters
- actions Action
- delegates to execute while the board is locked
Return Value
Booleantrue if the lock status was not KMOTION_TOKEN.KMOTION_NOT_CONNECTED
See Also