Struct ST_EcSlaveConfigData
- Namespace
- TwinSharp
- Assembly
- TwinSharp.dll
The structure ST_EcSlaveConfigData contains the EtherCAT configuration data for an EtherCAT slave device.
public struct ST_EcSlaveConfigData
- Inherited Members
Constructors
ST_EcSlaveConfigData(byte[])
Constructor for ST_EcSlaveConfigData from a byte array of length 80.
public ST_EcSlaveConfigData(byte[] bytes)
Parameters
bytes
byte[]
Exceptions
Fields
Addr
Adress of an EtherCAT slave.
public ushort Addr
Field Value
DevType
EtherCAT device type of a slave
public uint DevType
Field Value
Entries
Used internally.
public ushort Entries
Field Value
LinkStatus
Link status of an EtherCAT slave
public byte LinkStatus
Field Value
MailboxInSize
Mailbox InSize of an EtherCAT slave
public ushort MailboxInSize
Field Value
MailboxOutSize
Mailbox OutSize of an EtherCAT slave
public ushort MailboxOutSize
Field Value
Name
Name of an EtherCAT slave.
public string Name
Field Value
SlaveIdentity
EtherCAT identity data of a slave
public ST_EcSlaveIdentity SlaveIdentity
Field Value
Type
EtherCAT type of a slave.
public string Type
Field Value
Methods
ToString()
Returns a string representation of the slave configuration data.
public override readonly string ToString()