Click or drag to resize

GpioConfig Class

A collection of individual I/O Port configurations.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3ConfigBase
    RAYLASE.SPICE3GpioConfig

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

The GpioConfig type exposes the following members.

Properties
 NameDescription
Public propertyPorts Container that contains PortConfig for all supported IOPort.
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
See Also