| 
       << Click to display table of contents >> TRVCamera.CommandMode | 
    
Defines the mode how the component sends commands to the camera
type
TRVSendMode = (rvsmWait, rvsmNoWait); // defined in MRVType unit
property CommandMode: TRVSendMode
Value  | 
Meaning  | 
rvsmWait  | 
The component waits for the commands to complete  | 
rvsmNoWait  | 
The component does not wait for the commands. When commands are finished, events are called.  | 
Default value
rvsmWait
See also