CompreDrive SDK Documentation
CompreDrive SDK Documentation
CompreDriveSDK
CompreDriveSDK.Plugins Namespaces
CompreDriveSDK.Plugins
DataProviderValue Class
DataProviderValueCollection Class
DataProviderValueDescription Class
ICell Interface
ICommandAcceptor Interface
ICompreDriveControlPlugin Interface
ICustomSetupControl Interface
IDataProvider Interface
IDistanceProvider Interface
IExperimentInfoProvider Interface
IForceSensor Interface
IGenericPlugin Interface
IInitializeRequired Interface
ILogger Interface
IMultiDataProvider Interface
IProvidesCustomSetupControl Interface
ITControllerConfigInterface Interface
ITemperatureController Interface
NumberValueSettings Class
PluginCommand Class
PluginCommandCollection Class
PluginCommandResult Class
PluginCommandState Enumeration
PluginCommandValueType Enumeration
TextValueSettings Class
Plugin
Command
Value
Type Enumeration
Defines value types that a command can receive.
Namespace:
CompreDriveSDK.Plugins
Assembly:
CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
C#
VB
Copy
public
enum
PluginCommandValueType
Public
Enumeration
PluginCommandValueType
Members
Member name
Value
Description
NoValue
0
The command does not take a value.
Number
1
A numerical value, internally a
Double
.
Text
2
A text, internally a
String
Bool
3
A boolean value, internally a
Boolean
See Also
Reference
CompreDriveSDK.Plugins Namespace