FX3ConnectionGetErrorLog Method |
Gets the current error log from FX3 flash memory
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic List<FX3ErrorLog> GetErrorLog()
Public Function GetErrorLog As List(Of FX3ErrorLog)
public:
List<FX3ErrorLog^>^ GetErrorLog()
member GetErrorLog : unit -> List<FX3ErrorLog>
Return Value
Type:
ListFX3ErrorLogThe stored error log, as a list of FX3ErrorLog objects
See Also