PlcTypeMemberNode Members

Namespace: IPS7Lnk.Advanced
Assemblies: IPS7LnkNet.Advanced.dll, IPS7LnkNet.Advanced.dll
The PlcTypeMemberNode type exposes the following members.

PlcTypeMemberNode(IPlcMemberInfo)

Initializes a new instance of the PlcTypeMemberNode class using the specified member.

C#

public PlcTypeMemberNode(IPlcMemberInfo member)


Parameters

member IPlcMemberInfo

The IPlcMemberInfo its data is represented.


Exceptions

ArgumentNullException

The member is a null reference (Nothing in Visual Basic).

Member

Gets the IPlcMemberInfo of the PlcType its member data is represented.

C#

public IPlcMemberInfo Member { get; }


Property Value

IPlcMemberInfo

An IPlcMemberInfo object.

Value

Gets or sets the value associated with the Type.

C#

public override object Value { get; set; }


Property Value

Object

The value of the node.