| KM_ControllerWaitToken Method |
Prevents outside access to the board until ReleaseToken is commanded
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public KMOTION_TOKEN WaitToken(
int timeout
)
Public Function WaitToken (
timeout As Integer
) As KMOTION_TOKEN
public:
KMOTION_TOKEN WaitToken(
int timeout
)
Parameters
- timeout Int32
- ms to wait
Return Value
KMOTION_TOKENtrue if lock was successful
See Also