Detected identity
Namespace:
Demo3D.PLC.Comms.CPF
Assembly:
PLC (in PLC.dll) Version: 18.03.00
Syntaxpublic Identity(
bool basic,
ushort encapProtocol,
short addressFamily,
ushort port,
uint address,
IPAddress ipAddress,
DeviceIdentity deviceIdentity,
byte state
)
Parameters
- basic
- Type: SystemBoolean
True if this identity only contains basic information. - encapProtocol
- Type: SystemUInt16
The encapsulation protocol number. - addressFamily
- Type: SystemInt16
IP address family. - port
- Type: SystemUInt16
IP port. - address
- Type: SystemUInt32
IP address. - ipAddress
- Type: System.NetIPAddress
IP address. - deviceIdentity
- Type: Demo3D.PLC.Comms.CPFDeviceIdentity
The device identity. - state
- Type: SystemByte
Device status byte.
See Also