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

This class represents an error occur in Jaco. More...

Public Member Functions

 CError ()
 Initializes a new instance of the CError class. More...
 

Public Attributes

const int BUFFER_SIZE = 1024
 Size of the buffer. More...
 
const int POSITION_WINDOW_SIZE = 50
 Size of position window. More...
 

Properties

UInt32 CodeVersion [get, set]
 Gets or sets the code version. More...
 
UInt32 ErrorCode [get, set]
 Gets or sets the error code. More...
 
List< CPositionPositions [get, set]
 Gets or sets the positions. More...
 
UInt32[] Buffer [get, set]
 Gets or sets the buffer. More...
 

Detailed Description

This class represents an error occur in Jaco.

Constructor & Destructor Documentation

Kinova.DLL.Data.Jaco.Diagnostic.CError.CError ( )

Initializes a new instance of the CError class.

Member Data Documentation

const int Kinova.DLL.Data.Jaco.Diagnostic.CError.BUFFER_SIZE = 1024

Size of the buffer.

const int Kinova.DLL.Data.Jaco.Diagnostic.CError.POSITION_WINDOW_SIZE = 50

Size of position window.

Property Documentation

UInt32 [] Kinova.DLL.Data.Jaco.Diagnostic.CError.Buffer
getset

Gets or sets the buffer.

The buffer.

UInt32 Kinova.DLL.Data.Jaco.Diagnostic.CError.CodeVersion
getset

Gets or sets the code version.

The code version.

UInt32 Kinova.DLL.Data.Jaco.Diagnostic.CError.ErrorCode
getset

Gets or sets the error code.

The error code.

List<CPosition> Kinova.DLL.Data.Jaco.Diagnostic.CError.Positions
getset

Gets or sets the positions.

The positions.


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