Overload List
Name | Description | |
---|---|---|
![]() | beginGet(DOFInterfaceProperty, Int32) | Used by a Requestor to get a property's value asynchronously or to request a property's
value from multiple providers using an object with the
DOFObjectID.BROADCAST
ID.
Note: Since no GetOperationListener is defined the initial result can only be obtained by calling Get.waitResult(int) on the returned operation. If the number of responders is unknown -- as is typically the case when making requests on an object with the DOFObjectID.BROADCAST ID -- then:
|
![]() | beginGet(DOFInterfaceProperty, Int32, DOFObjectGetOperationListener) | Used by a Requestor to get a property's value asynchronously or to request a property's
value from multiple providers using an object with the
DOFObjectID.BROADCAST
ID.
|
![]() | beginGet(DOFInterfaceProperty, Int32, DOFObjectGetOperationListener, Object) | Used by a Requestor to get a property's value asynchronously or to request a property's
value from multiple providers using an object with the
DOFObjectID.BROADCAST
ID.
|
![]() | beginGet(DOFInterfaceProperty, DOFOperationControl, Int32, DOFObjectGetOperationListener, Object) | Used by a Requestor to get a property's value asynchronously as specified using a
Control
or to request a property's
value from multiple providers using an object with the
DOFObjectID.BROADCAST
ID.
|
See Also