Click or drag to resize

PinPWMInfo Class

Structure which contains all the info about the PWM status of a given pin
Inheritance Hierarchy
SystemObject
  FX3ApiPinPWMInfo

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

The PinPWMInfo type exposes the following members.

Constructors
  NameDescription
Public methodPinPWMInfo
Constructor sets defaults
Top
Properties
  NameDescription
Public propertyFX3GPIONumber
The FX3 GPIO number for the pin (0-63)
Public propertyFX3TimerBlock
The associated complex timer block used to drive the PWM signal (0-7)
Public propertyIdealDutyCycle
The selected duty cycle
Public propertyIdealFrequency
The selected frequency (in Hz)
Public propertyRealDutyCycle
The actual duty cycle of the PWM pin.
Public propertyRealFrequency
The actual frequency the PWM signal should be (in Hz).
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
Overload of toString for a PinPWMInfo
(Overrides ObjectToString.)
Top
See Also