Struct ST_EcSlaveIdentity
- Namespace
- TwinSharp
- Assembly
- TwinSharp.dll
The structure ST_EcSlaveIdentity contains the EtherCAT identity data for an EtherCAT slave device.
public struct ST_EcSlaveIdentity
- Inherited Members
Constructors
ST_EcSlaveIdentity(byte[])
Constructor for ST_EcSlaveIdentity from a byte array of length 16.
public ST_EcSlaveIdentity(byte[] bytes)
Parameters
bytes
byte[]
Exceptions
Fields
ProductCode
Product code of the slave device
public uint ProductCode
Field Value
RevisionNo
Indicates the revision number of the slave device.
public uint RevisionNo
Field Value
SerialNo
Indicates the serial number of the slave device.
public uint SerialNo
Field Value
VendorId
Vendor-ID of the slave device
public uint VendorId