Api.GetCommandStatus method

Gets the state of a command.

Namespace: IntervalZero.KINGSTAR.OpcUa.Api

Assembly: IntervalZero.KINGSTAR.OpcUa.Api (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0

Syntax

C#VB
public KsCommandStatus GetCommandStatus(
       KsCommandStatus Status
)
Public Function GetCommandStatus(
       Status As KsCommandStatus
) As KsCommandStatus

Parameters

Status

Type: KsCommandStatus

The command you want to get its state. It can be filled with a command whose return type is KsCommandStatus class.

Return value

Type: KsCommandStatus

Returns the KsCommandStatus class.

Remarks

Usable EtherCAT states

ecatOffline, ecatInit, ecatBoot, ecatPreOP, ecatSafeOP, ecatOP

Examples

C#
N/A

See also

Api Class

IntervalZero.KINGSTAR.OpcUa.Api Namespace