InstanceAttributesStruct Struct
NuGet: GHIElectronics.TinyCLR.EthernetIP.Scanner
Assembly: GHIElectronics.TinyCLR.EthernetIP.Scanner
Namespace: GHIElectronics.TinyCLR.EthernetIP.Scanner.ObjectLibrary
Holds the instance-level attributes of the Identity Object.
public struct InstanceAttributesStruct
Fields
VendorID
public ushort VendorID
The device manufacturer's vendor ID.
DeviceType
public ushort DeviceType
The CIP device type.
ProductCode
public ushort ProductCode
The product code.
Revision
public Revison Revision
The device revision (major, minor).
Status
public ushort Status
The current device status word.
SerialNumber
public uint SerialNumber
The device serial number.
ProductName
public string ProductName
The human-readable product name.