Click or drag to resize

DPIServices Class

A class for processing DPI service requests.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Rockwell.Comms.DPI.NodesDPIServices
    Demo3D.PLC.Rockwell.Comms.DPI.NodesDPIObject

Namespace:  Demo3D.PLC.Rockwell.Comms.DPI.Nodes
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public class DPIServices

The DPIServices type exposes the following members.

Constructors
  NameDescription
Public methodDPIServices
Initializes a new instance of the DPIServices class
Top
Methods
  NameDescription
Public methodGetAttribute
Service GetAttribute DPI request.
Public methodGetAttributeProperties
Returns all attribute properties (in GetAttributeAll order, ie not necessarily numerical order).
Public methodGetAttributeProperties(UInt32)
Return the attribute properties for one attribute.
Public methodGetAttributeValue
Read the value of one attribute and write it into the responseData.
Public methodNotifyAttributeSet
Callback to indicate that an attribute value has been set. Only called at the end of the protocol request after all attributes in the packet have been set.
Public methodSetAttribute
Service SetAttribute DPI request.
Public methodSetAttributeValue
Set one attribute to the value read from requestData.
Top
See Also