Click or drag to resize

DPIObject Methods

The DPIObject type exposes the following members.

Methods
  NameDescription
Public methodAllObjects
Returns all linked nodes.
Protected methodConstructNode
Initialize object properties.
Public methodDescendants
Return all descendants of this node.
Public methodGetAttribute
Service GetAttribute DPI request.
(Inherited from DPIServices.)
Public methodGetAttributeProperties
Returns all attribute properties (in GetAttributeAll order, ie not necessarily numerical order).
(Inherited from DPIServices.)
Public methodGetAttributeProperties(UInt32)
Return the attribute properties for one attribute.
(Inherited from DPIServices.)
Public methodGetAttributeValue
Read the value of one attribute and write it into the responseData.
(Inherited from DPIServices.)
Public methodInitialize
Initialize the object.
Public methodMissingNodeFirstChance
First chance to intercept a missing node. Return true to indicate that we added a node.
Public methodNotifyAddedHierarchy
Initialize object after its has been added to the hierarchy.
Public methodNotifyAllChildrenRemoved
Called to notify when all removable children have been removed.
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.
(Inherited from DPIServices.)
Public methodNotifyChildAdded
Called to notify when a child object is added.
Public methodNotifyChildRemoved
Called to notify when a child object has been removed.
Public methodNotifyRemovedHierarchy
Called to notify when this object has been removed from the hierarchy.
Public methodRequestRemoveChild
Called to request permission to remove a child.
Public methodSetAttribute
Service SetAttribute DPI request.
(Inherited from DPIServices.)
Public methodSetAttributeValue
Set one attribute to the value read from requestData.
(Inherited from DPIServices.)
Public methodSetInstance
Set the node id.
Top
See Also