FX3ErrorLog Class |
Namespace: FX3Api
The FX3ErrorLog type exposes the following members.
| Name | Description | |
|---|---|---|
| FX3ErrorLog |
Error log constructor
|
| Name | Description | |
|---|---|---|
| Equals(Object) | (Overrides ObjectEquals(Object).) | |
| Equals(Object, Object) | ||
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| Equality |
Value-wise equality comparison
| |
| Inequality |
Inequality operator for FX3ErrorLog object
|
| Name | Description | |
|---|---|---|
| BootTimeStamp |
The FX3 boot time when the error occurred. This is a 32-bit unix timestamp
| |
| ErrorCode |
The error code supplied with the error. Usually sourced from RTOS
| |
| FileIdentifier |
The FX3 firmware file which generated the error. See FileIdentifier enum in firmware docs for details
| |
| FirmwareRev |
The firmware revision the FX3 was running when the error log was generated. Can be used with the File/Line to track down exact source of error
| |
| Line |
The FX3 firmware line which generated the error
| |
| OSUptime |
FX3 ThreadX RTOS uptime when the error event occurred
|