Click or drag to resize

VectoredMemoryAccess Class

A vectored memory access.
Inheritance Hierarchy

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

The VectoredMemoryAccess type exposes the following members.

Constructors
  NameDescription
Public methodVectoredMemoryAccess
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.
(Inherited from VectoredMemoryRequest.)
Public propertyIsNull
True if it's a null/empty request.
(Inherited from VectoredMemoryRequest.)
Public propertyMemAddress
The memory address being accessed.
(Inherited from VectoredMemoryRequest.)
Public propertyMemoryAccess
The subject of the data request.
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.
(Inherited from VectoredMemoryRequest.)
Top
See Also