Click or drag to resize

VectoredRequest Class

A vectored request.
Inheritance Hierarchy

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

The VectoredRequest type exposes the following members.

Constructors
  NameDescription
Public methodVectoredRequest
Creates a new vectored IO request.
Top
Properties
  NameDescription
Public propertyAccessParams
The requested access parameters.
Public propertyAddress
The address being accessed.
Public propertyIsNull
True if it's a null/empty request.
Public propertySignal
A trackable object.
Top
Methods
  NameDescription
Public methodNotifyBeforeIO
Called immediately before executing IO for this request. Calls the registered beforeIOHandler.
Public methodNotifyError
Called when an IO error is detected while executing this request. Calls the registered errorHandler.
Public methodNotifySuccess
Called immediately after executing IO for this request. Calls the registered successHandler.
Top
See Also