CIPIdentityItem Class
Namespace: GHIElectronics.TinyCLR.EthernetIP.Scanner · Assembly: GHIElectronics.TinyCLR.EthernetIP.Scanner
Table 2-4.4 CIP Identity Item
public class CIPIdentityItem
Methods
SocketAddress()
public SocketAddress SocketAddress = new SocketAddress()
No description available.
Returns SocketAddress SocketAddress = new
GetCIPIdentityItem(int startingbyte, byte[] receivedData)
public static CIPIdentityItem GetCIPIdentityItem(int startingbyte, byte[] receivedData)
No description available.
| Parameter | Type | Description |
|---|---|---|
startingbyte | int | |
receivedData | byte[] |
Returns CIPIdentityItem
GetIPAddress(uint address)
public static string GetIPAddress(uint address)
Converts an IP-Address in UIint32 Format (Received by Device)
| Parameter | Type | Description |
|---|---|---|
address | uint |
Returns string
Fields
ItemTypeCode
public ushort ItemTypeCode
No description available.
ItemLength
public ushort ItemLength
No description available.
EncapsulationProtocolVersion
public ushort EncapsulationProtocolVersion
No description available.
VendorID1
public ushort VendorID1
No description available.
DeviceType1
public ushort DeviceType1
No description available.
ProductCode1
public ushort ProductCode1
No description available.
Revision1
public byte[] Revision1
No description available.
Status1
public ushort Status1
No description available.
SerialNumber1
public uint SerialNumber1
No description available.
ProductNameLength
public byte ProductNameLength
No description available.
ProductName1
public string ProductName1
No description available.
State1
public byte State1
No description available.