API version 1.5.2
SystemObject
VSignal.ExternalBaseTExternalBaseDllInputType
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Top
Top
Top
[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
VSignal.ExternalBaseTExternalBaseDllInputType
Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax
The TExternalBaseDllInputType type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TExternalBaseDllInputType |
DllInputType constructor.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Serialize | ||
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| InputChannelType |
Gets the accepted input channel type.
| |
| InputCoordinateType |
Gets the accepted input data coordinate type.
| |
| InputDataType |
Gets the accepted input data type.
| |
| InputValueType |
Gets the accepted input data value type.
| |
| Rank |
Gets the accepted input data rank.
|
See Also