Click or drag to resize

FX3PinObject Class

Object to store configuration information for a Cypress FX3 GPIO pin.
Inheritance Hierarchy
SystemObject
  FX3ApiFX3PinObject

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public class FX3PinObject : IPinObject

The FX3PinObject type exposes the following members.

Constructors
  NameDescription
Public methodFX3PinObject
Creates a new instance of FX3PinObject
Public methodFX3PinObject(UInt32)
Creates a new instance of PinObject with the given pin Number.
Public methodFX3PinObject(UInt32, Boolean)
creates a new instance of PinObject with the given pin number and inversion.
Top
Properties
  NameDescription
Public propertyInvert
True if pin logic is to be inverted.
Public propertypinConfig
Provides a FX3 Configuration word for the parameter array.
Public propertyPinNumber
GPIO pin number for the FX3.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
See Also