Method | Description | |
---|---|---|
BeginGetDevice ( String aService, CallbackAsyncComplete aCallback ) : void |
Invoke the action asynchronously Returns immediately and will run the client-specified callback when the action later completes. Any output arguments can then be retrieved by calling EndGetDevice(). |
|
BeginGetPreferences ( String aPublicKey, CallbackAsyncComplete aCallback ) : void |
Invoke the action asynchronously Returns immediately and will run the client-specified callback when the action later completes. Any output arguments can then be retrieved by calling EndGetPreferences(). |
|
BeginGetPublicKey ( CallbackAsyncComplete aCallback ) : void |
Invoke the action asynchronously Returns immediately and will run the client-specified callback when the action later completes. Any output arguments can then be retrieved by calling EndGetPublicKey(). |
|
BeginGetRevision ( CallbackAsyncComplete aCallback ) : void |
Invoke the action asynchronously Returns immediately and will run the client-specified callback when the action later completes. Any output arguments can then be retrieved by calling EndGetRevision(). |
|
BeginSetPreferences ( String aPreferences, String aLeastCommonChangedNode, uint aExpectedRevision, String aOnConflict, CallbackAsyncComplete aCallback ) : void |
Invoke the action asynchronously Returns immediately and will run the client-specified callback when the action later completes. Any output arguments can then be retrieved by calling EndSetPreferences(). |
|
CpProxyRaumfeldComConfigService1 ( |
Constructor Use CpProxy::[Un]Subscribe() to enable/disable querying of state variable and reporting of their changes. |
|
Dispose ( ) : void |
Must be called for each class instance. Must be called before Core.Library.Close().
|
|
EndGetDevice ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndGetPreferences ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndGetPublicKey ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndGetRevision ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndSetPreferences ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
PropertyARG_TYPE_OnConflict ( ) : String |
Query the value of the ARG_TYPE_OnConflict property. This function is threadsafe and can only be called if Subscribe() has been called and a first eventing callback received more recently than any call to Unsubscribe(). |
|
PropertyLastChange ( ) : String |
Query the value of the LastChange property. This function is threadsafe and can only be called if Subscribe() has been called and a first eventing callback received more recently than any call to Unsubscribe(). |
|
PropertyRevision ( ) : uint |
Query the value of the Revision property. This function is threadsafe and can only be called if Subscribe() has been called and a first eventing callback received more recently than any call to Unsubscribe(). |
|
SetPropertyARG_TYPE_OnConflictChanged ( System aARG_TYPE_OnConflictChanged ) : void |
Set a delegate to be run when the ARG_TYPE_OnConflict state variable changes. Callbacks may be run in different threads but callbacks for a CpProxyRaumfeldComConfigService1 instance will not overlap. |
|
SetPropertyLastChangeChanged ( System aLastChangeChanged ) : void |
Set a delegate to be run when the LastChange state variable changes. Callbacks may be run in different threads but callbacks for a CpProxyRaumfeldComConfigService1 instance will not overlap. |
|
SetPropertyRevisionChanged ( System aRevisionChanged ) : void |
Set a delegate to be run when the Revision state variable changes. Callbacks may be run in different threads but callbacks for a CpProxyRaumfeldComConfigService1 instance will not overlap. |
|
SyncGetDevice ( String aService, String &aUniqueDeviceName ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncGetPreferences ( String aPublicKey, String &aPreferences, uint &aRevision ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncGetPublicKey ( String &aKey ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncGetRevision ( uint &aRevision ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncSetPreferences ( String aPreferences, String aLeastCommonChangedNode, uint aExpectedRevision, String aOnConflict ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
Method | Description | |
---|---|---|
ARG_TYPE_OnConflictPropertyChanged ( ) : void | ||
LastChangePropertyChanged ( ) : void | ||
RevisionPropertyChanged ( ) : void |
public BeginGetDevice ( String aService, CallbackAsyncComplete aCallback ) : void | ||
aService | String | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginGetPreferences ( String aPublicKey, CallbackAsyncComplete aCallback ) : void | ||
aPublicKey | String | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginGetPublicKey ( CallbackAsyncComplete aCallback ) : void | ||
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginGetRevision ( CallbackAsyncComplete aCallback ) : void | ||
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginSetPreferences ( String aPreferences, String aLeastCommonChangedNode, uint aExpectedRevision, String aOnConflict, CallbackAsyncComplete aCallback ) : void | ||
aPreferences | String | |
aLeastCommonChangedNode | String | |
aExpectedRevision | uint | |
aOnConflict | String | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public CpProxyRaumfeldComConfigService1 ( |
||
aDevice | The device to use | |
return | System |
public EndGetDevice ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aUniqueDeviceName | String | |
return | void |
public EndGetPreferences ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aPreferences | String | |
aRevision | uint | |
return | void |
public EndGetPublicKey ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aKey | String | |
return | void |
public EndGetRevision ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aRevision | uint | |
return | void |
public EndSetPreferences ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
return | void |
public PropertyARG_TYPE_OnConflict ( ) : String | ||
return | String |
public SetPropertyARG_TYPE_OnConflictChanged ( System aARG_TYPE_OnConflictChanged ) : void | ||
aARG_TYPE_OnConflictChanged | System | The delegate to run when the state variable changes |
return | void |
public SetPropertyLastChangeChanged ( System aLastChangeChanged ) : void | ||
aLastChangeChanged | System | The delegate to run when the state variable changes |
return | void |
public SetPropertyRevisionChanged ( System aRevisionChanged ) : void | ||
aRevisionChanged | System | The delegate to run when the state variable changes |
return | void |
public SyncGetDevice ( String aService, String &aUniqueDeviceName ) : void | ||
aService | String | |
aUniqueDeviceName | String | |
return | void |
public SyncGetPreferences ( String aPublicKey, String &aPreferences, uint &aRevision ) : void | ||
aPublicKey | String | |
aPreferences | String | |
aRevision | uint | |
return | void |
public SyncGetPublicKey ( String &aKey ) : void | ||
aKey | String | |
return | void |
public SyncGetRevision ( uint &aRevision ) : void | ||
aRevision | uint | |
return | void |
public SyncSetPreferences ( String aPreferences, String aLeastCommonChangedNode, uint aExpectedRevision, String aOnConflict ) : void | ||
aPreferences | String | |
aLeastCommonChangedNode | String | |
aExpectedRevision | uint | |
aOnConflict | String | |
return | void |