Overload List
Name | Description | |
---|---|---|
![]() | beginSet(DOFInterfaceProperty, DOFValue, Int32) | Used by a Requestor to set a property's value asynchronously or to set a property's value on multiple
providers using an object with the
DOFObjectID.BROADCAST
ID.
Note: Since no SetOperationListener is defined the initial result may be obtained by calling Set.waitResult(int) . If the number of responders is unknown -- as is typically the case when making requests on an object with the DOFObjectID.BROADCAST ID -- then:
|
![]() | beginSet(DOFInterfaceProperty, DOFValue, Int32, DOFObjectSetOperationListener) | Used by a Requestor to set a property's value asynchronously or to set a property's value on multiple
providers using an object with the
DOFObjectID.BROADCAST
ID.
|
![]() | beginSet(DOFInterfaceProperty, DOFValue, Int32, DOFObjectSetOperationListener, Object) | Used by a Requestor to set a property's value asynchronously or to set a property's value on multiple
providers using an object with the
DOFObjectID.BROADCAST
ID.
|
![]() | beginSet(DOFInterfaceProperty, DOFValue, DOFOperationControl, Int32, DOFObjectSetOperationListener, Object) | Used by a Requestor to set a property's value asynchronously as specified using a
Control
or to set a property's value on multiple providers using an object with the
DOFObjectID.BROADCAST
ID.
|
See Also