Click or drag to resize

IOPinMapping Class

Describes the available mappings for a single I/O pin.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3IOPinMapping

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

The IOPinMapping type exposes the following members.

Properties
 NameDescription
Public propertyDirection Gets or sets the I/O direction of the pin.
Public propertyFunctions Gets or sets the names of the available functions for the pin.
Public propertyPinIndex Gets or sets the index of the pin within the Port.
Public propertyPort Gets or sets the port to which the pin belongs.
Top
See Also