SlinkX.Disconnect

long Disconnect()

Remarks

Use this command to disconnect from SlinkeServ when you program is done using the SlinkX control. All loaded device information and settings will be lost. When SlinkX is closed it will disconnect automatically, so this method is not required.

Example (Visual Basic)

rem Disconnect when we are done
result = Slinkx.Disconnect()

See Also

SlinkX.Connect