Set the menu command based upon a pre-programmed quick command sequence This should be called in an update loop which feeds the command transmission to the ROV A new menu command will issued each time this function is called

Namespace:  VideoRay
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool RunQuickCommand()
Visual Basic (Declaration)
Public Function RunQuickCommand As Boolean
Visual C++
public:
bool RunQuickCommand()

Return Value

return true if sequence is done, false otherwise

See Also