PlcDeviceEndPoint Class

Namespace: IPS7Lnk.Advanced
Assemblies: IPS7LnkNet.Advanced.dll

Provides an abstract base class which identifies a network address of a PLC device.

C#

public abstract class PlcDeviceEndPoint


Inheritance Object › PlcDeviceEndPoint


Derived

Name Description
PlcDeviceEndPoint Initializes a new instance of the PlcDeviceEndPoint class.
Name Description
TsapEncoding Stores the type of Encoding used for encoding and decoding TSAP information.
Name Description
AddressFamily Gets the address family to which the endpoint belongs.
LocalTSAP Gets or sets the address of the local transport service access point to use when communicating with the PLC device.
LocalTSAPValue Gets or sets the String encoded address of the local transport service access point to use when communicating with the PLC device.
RemoteTSAP Gets or sets the address of the remote transport service access point to use when communicating with the PLC device.
RemoteTSAPValue Gets or sets the String encoded address of the remote transport service access point to use when communicating with the PLC device.
Name Description
OnChanged(EventArgs) Raises the Changed event using the specified event data.
RaiseChanged Raises the Changed event.