VirtualBlockInfo Class

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

Provides information about blocks stored in a single programmable logic controller (PLC) stored in the virtual memory.

C#

public class VirtualBlockInfo : PlcBlockInfo


Inheritance ObjectPlcBlockInfo › VirtualBlockInfo

Name Description
Device Gets the IPlcDevice to which the PlcBlockInfo belongs.
(Inherited from PlcBlockInfo)
Exists Gets a value indicating whether the represented block does exist within the memory of the Device.
Exists Gets a value indicating whether the represented block does exist within the memory of the Device.
(Inherited from PlcBlockInfo)
Operand Gets the PlcOperand which unique identifies the PLC block its information is represented by this PlcBlockInfo.
(Inherited from PlcBlockInfo)
Size Gets the size of the PLC block represented.
Size Gets the size of the PLC block represented.
(Inherited from PlcBlockInfo)
Name Description
Refresh Refreshes the information of the block.
Refresh When implemented in a derived class, refreshes the information of the block.
(Inherited from PlcBlockInfo)
ToString Returns a string that represents the current PlcBlockInfo.
(Inherited from PlcBlockInfo)