Click or drag to resize

DigitalSignal Methods

The DigitalSignal type exposes the following members.

Methods
  NameDescription
Public methodDispose
Disposes the managed resources of the instance.
(Inherited from SDKDisposeBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGet
Gets the digital value of the DigitalSignal.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodInvert
Inverts the value of the digital signal.
Public methodPulse
Generates a pulse on the digital signal.
Public methodPulse(Int32)
Generates a pulse on a digital signal for a specified period of time.
Public methodReset
Sets the value of the digital signal to 0.
Public methodSet
Sets the value of the digital signal to 1.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also