Detected identity
Namespace: Demo3D.PLC.Comms.CPFAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic Identity(
bool basic,
ushort encapProtocol,
short addressFamily,
ushort port,
uint address,
IPAddress ipAddress,
DeviceIdentity deviceIdentity,
byte state
)
Parameters
- basic Boolean
- True if this identity only contains basic information.
- encapProtocol UInt16
- The encapsulation protocol number.
- addressFamily Int16
- IP address family.
- port UInt16
- IP port.
- address UInt32
- IP address.
- ipAddress IPAddress
- IP address.
- deviceIdentity DeviceIdentity
- The device identity.
- state Byte
- Device status byte.
See Also