CommandStatus<T> Class

This class describes the status of a command and its retrieved value after the command finishes.

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

 

The CommandStatus<T> class exposes the following members:

Constructors

 

Name Description

Public method

CommandStatus<T>

Default constructor.

Properties

 

Name Description

Public method

Value

A value returned for a given command after it has completed.

See Also: