FX3Board Class |
Namespace: FX3Api
The FX3Board type exposes the following members.
Name | Description | |
---|---|---|
![]() | BoardType |
The FX3 board type (iSensor FX3 board or Cypress eval FX3 board)
|
![]() | BootloaderVersion |
Get the FX3 bootloader version. This is a second stage bootloader which is stored on the I2C EEPROM
|
![]() | BuildDateTime |
Gets the date and time the FX3 application firmware was compiled.
|
![]() | FirmwareVersion |
Read-only property to get the current application firmware version on the FX3
|
![]() | FirmwareVersionNumber |
Read-only property to get the firmware version number
|
![]() | SerialNumber |
Read-only property to get the active FX3 serial number
|
![]() | Uptime |
Read-only property to get the current board uptime
|
![]() | VerboseMode |
Read-only property to check if the firmware version was compiled with verbose mode enabled. When verbose mode
is enabled, much more data will be logged to the UART output. This is useful for debugging, but causes significant
performance loss for high throughput applications.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from 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 |
Override of the ToString function
(Overrides ObjectToString.) |