Click or drag to resize

DPIServices Methods

The DPIServices type exposes the following members.

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