DeviceGetGeneralParameters Method  | 
 
            This method attempts to get the general operating parameters from the device.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic GeneralParameters GetGeneralParameters()
Public Function GetGeneralParameters As GeneralParameters
public:
GeneralParameters^ GetGeneralParameters()
member GetGeneralParameters : unit -> GeneralParameters 
Return Value
Type: 
GeneralParametersgeneral parameters of the device
See Also