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
public class CommandStatus<T>
The CommandStatus<T> class exposes the following members:
Constructors
|
|
Name | Description |
|---|---|---|
|
|
Default constructor. |
Properties
|
|
Name | Description |
|---|---|---|
|
|
A value returned for a given command after it has completed. |
See Also: