Click or drag to resize

Identity Class

Detected identity
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CPFIdentity

Namespace:  Demo3D.PLC.Comms.CPF
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public class Identity

The Identity type exposes the following members.

Constructors
  NameDescription
Public methodIdentity
Constructs a new Identity.
Top
Properties
  NameDescription
Public propertyAddress
IP address.
Public propertyAddressFamily
IP address family.
Public propertyBasic
True if this Identity contains only basic information.
Public propertyDeviceIdentity
The device identity.
Public propertyEncapProtocol
The encapsulation protocol number.
Public propertyIPAddress
IP address.
Public propertyPort
IP port.
Public propertyState
Device status byte.
Top
See Also