Library.GetCommandsStatus Method

Gets the status of multiple commands.

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

Syntax

Copy
public EcatErrorCode GetCommandsStatus(
    ref CommandStatus<byte[]>[] statuses
)

Parameters

statuses

Type: CommandStatus<byte[]>[]
An array of CommandStatus that stores the statuses of commands.

Return Value

Returns an EcatErrorCode value.

See Also: