Click or drag to resize

IDirectMemoryAccessServiceRequestOverhead Property

A measure in bytes of the overhead of creating a new "read" request (or -1).

Namespace:  Demo3D.PLC.Comms.Memory
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
int RequestOverhead { get; }

Property Value

Type: Int32
Remarks
This value is used to determine the best way of merging "read" requests.
See Also