DeviceStatusGetLastError Method  | 
 
            Returns a code representing the last error that occurred. Does not survive a power cycle. Error codes TBD. 0 = no error
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic int GetLastError()
Public Function GetLastError As Integer
public:
int GetLastError()
member GetLastError : unit -> int 
Return Value
Type: 
Int32error state
See Also