Click or drag to resize

AdapterBoardConfig Class

Configuration that is stored on external adapter boards that can be connected to PortD and PortE.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3ConfigBase
    RAYLASE.SPICE3AdapterBoardConfig

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 2.3.5
Syntax
C#
public class AdapterBoardConfig : ConfigBase

The AdapterBoardConfig type exposes the following members.

Constructors
 NameDescription
Public methodAdapterBoardConfig Creates a new AdapterBoardConfig configuration initialized by its default values.
Top
Properties
 NameDescription
Public propertyBoardVersion Version of this adapter board.
Public propertyCardID ID to identify the type of the adapter board.
Public propertyConfig The PortConfig for the IOPort this adapter board has to be connected to.
Public propertyFpgaVersion Version of this adapter boards FPGA-image if there is one.
Public propertyName Name to identify this config (Not stored in AdapterBoard Eeprom).
Public propertyPortIOPort this adapter board has to be connected to.
Public propertyVendorID ID of the card's vendor.
Top
Methods
 NameDescription
Public methodStatic memberLoad Loads a new configuration instance from the specified file.
Public methodSave Saves the configuration to the specified file. If the specified file exists, this method overwrites it.
Top
Fields
 NameDescription
Public fieldStatic memberCurrentConfigVersion Highest supported Version by this library.
Public fieldStatic memberRaylaseVendorID The vendor ID for adapter boards designed by RAYLASE.
Top
See Also