Click or drag to resize

SpiConfig Class

Container for SPI (serial peripheral interface) configuration parameters.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3ConfigBase
    RAYLASE.SPICE3SpiConfig

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

The SpiConfig type exposes the following members.

Properties
 NameDescription
Public propertyModules Returns the configurations of all available SPI modules.
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 memberModuleCount Number of supported modules.
Top
See Also