|
API C#
|
Interface of a general reading instruction More...
Public Member Functions | |
| bool | Evaluate (int index) |
| Validate a value at a specified index of the list. More... | |
| bool | Evaluate () |
| Evaluates all the value of the list. More... | |
Interface of a general reading instruction
| bool Kinova.DLL.TestData.Instruction.Interface.IReadInstruction.Evaluate | ( | int | index | ) |
Validate a value at a specified index of the list.
| index | The index. |
Implemented in Kinova.DLL.TestData.Instruction.CReadCPositionInstruction, Kinova.DLL.TestData.Instruction.CReadRevisionInstruction, Kinova.DLL.TestData.Instruction.CReadVersionInstruction, and Kinova.DLL.TestData.Instruction.CManualReadInstruction.
| bool Kinova.DLL.TestData.Instruction.Interface.IReadInstruction.Evaluate | ( | ) |
Evaluates all the value of the list.
Implemented in Kinova.DLL.TestData.Instruction.CReadCPositionInstruction, Kinova.DLL.TestData.Instruction.CManualReadInstruction, Kinova.DLL.TestData.Instruction.CReadRevisionInstruction, and Kinova.DLL.TestData.Instruction.CReadVersionInstruction.