TExternalBaseDllInputType ClassVisual Signal ExternalBase Class Library Documentation
API version 1.5.2

[This is preliminary documentation and is subject to change.]

DllInputType - This class represents an input type accepted by the user DLL. The user DLL should initialize the number of accepted DllInputType objects and store them in _inputTypes list in Init using AcceptInput() function. This information will be used by Visual Signal to determine whether an input connection to the user's DLL is valid or not.
Inheritance Hierarchy

SystemObject
  VSignal.ExternalBaseTExternalBaseDllInputType

Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax

protected class DllInputType

The TExternalBaseDllInputType type exposes the following members.

Constructors

  NameDescription
Public methodTExternalBaseDllInputType
DllInputType constructor.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSerialize
Public methodToString (Inherited from Object.)
Top
Properties

  NameDescription
Public propertyInputChannelType
Gets the accepted input channel type.
Public propertyInputCoordinateType
Gets the accepted input data coordinate type.
Public propertyInputDataType
Gets the accepted input data type.
Public propertyInputValueType
Gets the accepted input data value type.
Public propertyRank
Gets the accepted input data rank.
Top
See Also

Reference