Table of Contents

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

Exception

Fields

ProductCode

Product code of the slave device

public uint ProductCode

Field Value

uint

RevisionNo

Indicates the revision number of the slave device.

public uint RevisionNo

Field Value

uint

SerialNo

Indicates the serial number of the slave device.

public uint SerialNo

Field Value

uint

VendorId

Vendor-ID of the slave device

public uint VendorId

Field Value

uint