CommandStatus Class

This class describes the status of a command.

Namespace:  IntervalZero.MaxRT.Ecat.Api.NetApi
Assembly:  IntervalZero.MaxRT.Ecat (in IntervalZero.MaxRT.Ecat.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public class CommandStatus

 

The CommandStatus class exposes the following members:

Constructors

 

Name Description

Public method

CommandStatus

Default constructor.

Properties

 

Name Description

Public method

Buffer

This property is reserved.

Public method

BufferLength

This property is reserved.

Public method

BufferType

This property is reserved.

Public method

DataLength

The length of data stored in the buffer provided when invoking the command.

Public method

ErrorId

The error ID of the command.

Public method

Handle

A handle to a command.

Public method

ReturnCode

This property is reserved.

Public method

State

The command state.

See Also: