API C#
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Kinova.API.Jaco.Diagnostic.CJacoDiagnosticManagerRemote Class Reference

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

Kinova.API.Jaco.Diagnostic.CJacoDiagnosticManagerRemote.CJacoDiagnosticManagerRemote ( CCypherMessage  encryptedPass)

Initializes a new instance of the CJacoDiagnosticManager class.

Parameters
encryptedPassThe encrypted pass.

Property Documentation

CJacoDiagnosticDataManagerRemote Kinova.API.Jaco.Diagnostic.CJacoDiagnosticManagerRemote.DataManager
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.

CJacoTestManagerRemote Kinova.API.Jaco.Diagnostic.CJacoDiagnosticManagerRemote.TestManager
getset

Gets or sets the CJacoTestManager of this class. It give you access to all unit and functionnal test methods.

The test manager.

CJacoToolManagerRemote Kinova.API.Jaco.Diagnostic.CJacoDiagnosticManagerRemote.ToolManager
getset

Gets or sets the CJacoToolManager of this class. It give you access to tool function like the mainboard programmation.

The diagnostic tool manager.


The documentation for this class was generated from the following file: