GenApi  3.5.1
Typedefs | Functions | Variables

Definition of ICommand interface. More...

Go to the source code of this file.

Typedefs

typedef CCommandRefT< ICommand > CCommandRef
 

Functions

virtual bool operator() () const
 Get node value. More...
 
virtual bool IsDone (bool Verify=true)=0
 Query whether the command is executed. More...
 

Variables

GENICAM_INTERFACE GENAPI_DECL_ABSTRACT ICommand
 

Function Documentation

◆ operator()()

GENICAM_NAMESPACE::gcstring operator() ( ) const
virtual

Execute the command.

◆ IsDone()

virtual bool GENAPI_NAMESPACE::IsDone ( bool  Verify = true)
pure virtual
Parameters
VerifyEnables Range verification (default = false). The AccessMode is always checked
Returns
True if the Execute command has finished; false otherwise