Table of Contents

Struct ST_EcSlaveState

Namespace
TwinSharp
Assembly
TwinSharp.dll

The structure ST_EcSlaveState contains the EtherCAT state and the link state of an EtherCAT slave device.

public struct ST_EcSlaveState
Inherited Members

Constructors

ST_EcSlaveState(byte[])

Constructor for ST_EcSlaveState from a byte array of length 2.

public ST_EcSlaveState(byte[] bytes)

Parameters

bytes byte[]

Exceptions

Exception

Fields

DeviceState

EtherCAT state of a slave

public byte DeviceState

Field Value

byte

LinkState

Link state of a slave

public byte LinkState

Field Value

byte