DeviceGetOperatingModes Method  | 
 
            This method attempts to get the supported operating modes from the device.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic OperatingModes GetOperatingModes()
Public Function GetOperatingModes As OperatingModes
public:
OperatingModes^ GetOperatingModes()
member GetOperatingModes : unit -> OperatingModes 
Return Value
Type: 
OperatingModesthe supported operating modes
See Also