Click or drag to resize

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)
Syntax
public List<FX3ErrorLog> GetErrorLog()

Return Value

Type: ListFX3ErrorLog
The stored error log, as a list of FX3ErrorLog objects
See Also