DPIServices Class |
Namespace: Demo3D.PLC.Rockwell.Comms.DPI.Nodes
public class DPIServices
The DPIServices type exposes the following members.
| Name | Description | |
|---|---|---|
| DPIServices | Initializes a new instance of the DPIServices class |
| Name | Description | |
|---|---|---|
| GetAttribute |
Service GetAttribute DPI request.
| |
| GetAttributeProperties |
Returns all attribute properties (in GetAttributeAll order, ie not necessarily numerical order).
| |
| GetAttributeProperties(UInt32) |
Return the attribute properties for one attribute.
| |
| GetAttributeValue |
Read the value of one attribute and write it into the responseData.
| |
| NotifyAttributeSet |
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.
| |
| SetAttribute |
Service SetAttribute DPI request.
| |
| SetAttributeValue |
Set one attribute to the value read from requestData.
|