Generate a list of commands from the command string

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

Syntax

C#
public List<Camera..::.CameraButtonCommands> GetMenuCommands()
Visual Basic (Declaration)
Public Function GetMenuCommands As List(Of Camera..::.CameraButtonCommands)
Visual C++
public:
List<Camera..::.CameraButtonCommands>^ GetMenuCommands()

Return Value

A list of camera commands which can be sent to the ROV

See Also