Click or drag to resize

FX3Board Class

This class contains information about the connected FX3 board
Inheritance Hierarchy
SystemObject
  FX3ApiFX3Board

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public class FX3Board

The FX3Board type exposes the following members.

Constructors
  NameDescription
Public methodFX3Board
Constructor, should be only called by FX3Connection instance
Top
Properties
  NameDescription
Public propertyBoardType
The FX3 board type (iSensor FX3 board or Cypress eval FX3 board)
Public propertyBootloaderVersion
Get the FX3 bootloader version. This is a second stage bootloader which is stored on the I2C EEPROM
Public propertyBuildDateTime
Gets the date and time the FX3 application firmware was compiled.
Public propertyFirmwareVersion
Read-only property to get the current application firmware version on the FX3
Public propertyFirmwareVersionNumber
Read-only property to get the firmware version number
Public propertySerialNumber
Read-only property to get the active FX3 serial number
Public propertyUptime
Read-only property to get the current board uptime
Public propertyVerboseMode
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.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Override of the ToString function
(Overrides ObjectToString.)
Top
See Also