EXPERIMENTAL
Macros to drive camera menu commands
These emulate manual button presses on the camera
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class QuickCommand
Public Class QuickCommand
public ref class QuickCommand
Members
All Members | Constructors | Methods | Fields | ||
Icon | Member | Description |
---|---|---|
Camera..::.QuickCommand()()() | Initializes a new instance of the Camera..::.QuickCommand class | |
Command |
ASCII string representing the command macro.
X==RESET
M==MENU
U==UP
D==DOWN
L==LEFT
R==RIGHT
| |
Description | ||
Equals(Object) | (Inherited from Object.) | |
GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetMenuCommands()()() |
Generate a list of commands from the command string
| |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
ShortName | ||
ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
Camera..::.QuickCommand |