Click or drag to resize

VectoredMemoryRequest Class

A vectored memory request.
Inheritance Hierarchy

Namespace:  Demo3D.PLC.Comms.Memory
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public class VectoredMemoryRequest : VectoredRequest

The VectoredMemoryRequest type exposes the following members.

Constructors
  NameDescription
Public methodVectoredMemoryRequest
Creates a new vectored IO request.
Top
Properties
  NameDescription
Public propertyAccessParams
The requested access parameters.
(Inherited from VectoredRequest.)
Public propertyAddress
The address being accessed.
(Inherited from VectoredRequest.)
Public propertyBuffer
The associated data buffer to use.
Public propertyIsNull
True if it's a null/empty request.
(Overrides VectoredRequestIsNull.)
Public propertyMemAddress
The memory address being accessed.
Public propertySignal
A trackable object.
(Inherited from VectoredRequest.)
Top
Methods
  NameDescription
Public methodNotifyBeforeIO
Called immediately before executing IO for this request. Calls the registered beforeIOHandler.
(Inherited from VectoredRequest.)
Public methodNotifyError
Called when an IO error is detected while executing this request. Calls the registered errorHandler.
(Inherited from VectoredRequest.)
Public methodNotifySuccess
Called immediately after executing IO for this request. Calls the registered successHandler.
(Inherited from VectoredRequest.)
Public methodToString
Returns a string representation of the current vectored memory request.
(Overrides ObjectToString.)
Top
See Also