DeviceSetStartupMode Method  | 
 
            This method sets the startup mode of the device.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic void SetStartupMode(
	int acqMode
)
Public Sub SetStartupMode ( 
	acqMode As Integer
)
public:
void SetStartupMode(
	int acqMode
)
member SetStartupMode : 
        acqMode : int -> unit 
Parameters
- acqMode
 - Type: SystemInt32
acquisition mode to start up with 
See Also