Click or drag to resize

AdapterBoardAPI Class

Provides access to AdapterBoard operations.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3.ClientLibSpice3API
    RAYLASE.SPICE3.ClientLibAdapterBoardAPI

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public class AdapterBoardAPI : Spice3API

The AdapterBoardAPI type exposes the following members.

Methods
 NameDescription
Public methodConnectedObsolete.
Indicates if an adapter card is connected to the given IO-port that supports SupportsAutoConfiguration(IOPort).
Public methodEnable Enables on the given IO-port.
Public methodEnabled Indicates if an adapter card is enabled on the given IO-port.
Public methodGetAvailableAdapterBoardNames Gets a list of available adapter board configurations for the given IOPort.
Public methodGetConfig Gets the configuration for the specified adapter board.
Public methodGetCurrentAdapterBoardName Gets the name of the adapter board config of the adapter on a given IOPort.
Public methodSetConfig Sets the configuration on the specified adapter board.
Public methodSetConfigByName Sets an existing configuration on the specified adapter board by the given name.
Public methodSupportsAutoConfiguration Indicates if an adapter card connected to the given IO-port supports auto-configuration.
Public methodValid Indicates if an adapter card is valid on the given IO-port.
Top
See Also