VirtualBlockInfo Members

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

Exists

Gets a value indicating whether the represented block does exist within the memory of the Device.

C#

public override bool Exists { get; }


Property Value

Boolean

The value true, if the block does exist; otherwise the value false.

Size

Gets the size of the PLC block represented.

C#

public override int Size { get; }


Property Value

Int32

The physical size (in bytes) of the block in the PLC memory.

Refresh()

Refreshes the information of the block.

C#

public override void Refresh()