|
API C#
|
This class represents an access to the diagnostic interface of JACO. The diagnostic interface's methods are separated in 3 group: test, data and tools. More...
Public Member Functions | |
| CJacoDiagnosticManagerRemote (CCypherMessage encryptedPass) | |
| Initializes a new instance of the CJacoDiagnosticManager class. More... | |
Properties | |
| CJacoTestManagerRemote | TestManager [get, set] |
| Gets or sets the CJacoTestManager of this class. It give you access to all unit and functionnal test methods. More... | |
| CJacoToolManagerRemote | ToolManager [get, set] |
| Gets or sets the CJacoToolManager of this class. It give you access to tool function like the mainboard programmation. More... | |
| CJacoDiagnosticDataManagerRemote | DataManager [get, set] |
| Gets or sets the CJacoDiagnosticDataManager of this class. It give you access to all diagnostic data like the stored errors and position data. More... | |
This class represents an access to the diagnostic interface of JACO. The diagnostic interface's methods are separated in 3 group: test, data and tools.
| Kinova.API.Jaco.Diagnostic.CJacoDiagnosticManagerRemote.CJacoDiagnosticManagerRemote | ( | CCypherMessage | encryptedPass | ) |
Initializes a new instance of the CJacoDiagnosticManager class.
| encryptedPass | The encrypted pass. |
|
getset |
Gets or sets the CJacoDiagnosticDataManager of this class. It give you access to all diagnostic data like the stored errors and position data.
The data manager.
|
getset |
Gets or sets the CJacoTestManager of this class. It give you access to all unit and functionnal test methods.
The test manager.
|
getset |
Gets or sets the CJacoToolManager of this class. It give you access to tool function like the mainboard programmation.
The diagnostic tool manager.