Method | Description | |
---|---|---|
BeginDecrement ( int aValue, 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 EndDecrement(). |
|
BeginEchoAllowedRangeUint ( uint aValue, 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 EndEchoAllowedRangeUint(). |
|
BeginEchoAllowedValueString ( String aValue, 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 EndEchoAllowedValueString(). |
|
BeginEchoBinary ( byte aValue, 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 EndEchoBinary(). |
|
BeginEchoString ( String aValue, 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 EndEchoString(). |
|
BeginGetBinary ( 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 EndGetBinary(). |
|
BeginGetBool ( 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 EndGetBool(). |
|
BeginGetInt ( 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 EndGetInt(). |
|
BeginGetMultiple ( 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 EndGetMultiple(). |
|
BeginGetString ( 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 EndGetString(). |
|
BeginGetUint ( 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 EndGetUint(). |
|
BeginIncrement ( uint aValue, 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 EndIncrement(). |
|
BeginSetBinary ( byte aValueBin, 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 EndSetBinary(). |
|
BeginSetBool ( bool aValueBool, 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 EndSetBool(). |
|
BeginSetInt ( int aValueInt, 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 EndSetInt(). |
|
BeginSetMultiple ( uint aValueUint, int aValueInt, bool aValueBool, 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 EndSetMultiple(). |
|
BeginSetString ( String aValueStr, 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 EndSetString(). |
|
BeginSetUint ( uint aValueUint, 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 EndSetUint(). |
|
BeginShutdown ( 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 EndShutdown(). |
|
BeginToggle ( bool aValue, 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 EndToggle(). |
|
BeginToggleBool ( 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 EndToggleBool(). |
|
BeginWriteFile ( String aData, String aFileFullName, 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 EndWriteFile(). |
|
CpProxyOpenhomeOrgTestBasic1 ( ICpDevice aDevice ) : System |
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().
|
|
EndDecrement ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndEchoAllowedRangeUint ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndEchoAllowedValueString ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndEchoBinary ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndEchoString ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndGetBinary ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndGetBool ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndGetInt ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndGetMultiple ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndGetString ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndGetUint ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndIncrement ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndSetBinary ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndSetBool ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndSetInt ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndSetMultiple ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndSetString ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndSetUint ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndShutdown ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndToggle ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndToggleBool ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndWriteFile ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
PropertyVarBin ( ) : byte[] |
Query the value of the VarBin 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(). |
|
PropertyVarBool ( ) : bool |
Query the value of the VarBool 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(). |
|
PropertyVarInt ( ) : int |
Query the value of the VarInt 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(). |
|
PropertyVarStr ( ) : String |
Query the value of the VarStr 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(). |
|
PropertyVarUint ( ) : uint |
Query the value of the VarUint 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(). |
|
SetPropertyVarBinChanged ( System aVarBinChanged ) : void |
Set a delegate to be run when the VarBin state variable changes. Callbacks may be run in different threads but callbacks for a CpProxyOpenhomeOrgTestBasic1 instance will not overlap. |
|
SetPropertyVarBoolChanged ( System aVarBoolChanged ) : void |
Set a delegate to be run when the VarBool state variable changes. Callbacks may be run in different threads but callbacks for a CpProxyOpenhomeOrgTestBasic1 instance will not overlap. |
|
SetPropertyVarIntChanged ( System aVarIntChanged ) : void |
Set a delegate to be run when the VarInt state variable changes. Callbacks may be run in different threads but callbacks for a CpProxyOpenhomeOrgTestBasic1 instance will not overlap. |
|
SetPropertyVarStrChanged ( System aVarStrChanged ) : void |
Set a delegate to be run when the VarStr state variable changes. Callbacks may be run in different threads but callbacks for a CpProxyOpenhomeOrgTestBasic1 instance will not overlap. |
|
SetPropertyVarUintChanged ( System aVarUintChanged ) : void |
Set a delegate to be run when the VarUint state variable changes. Callbacks may be run in different threads but callbacks for a CpProxyOpenhomeOrgTestBasic1 instance will not overlap. |
|
SyncDecrement ( int aValue, int &aResult ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncEchoAllowedRangeUint ( uint aValue, uint &aResult ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncEchoAllowedValueString ( String aValue, String &aResult ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncEchoBinary ( byte aValue, byte &aResult ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncEchoString ( String aValue, String &aResult ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncGetBinary ( byte &aValueBin ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncGetBool ( bool &aValueBool ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncGetInt ( int &aValueInt ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncGetMultiple ( uint &aValueUint, int &aValueInt, bool &aValueBool ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncGetString ( String &aValueStr ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncGetUint ( uint &aValueUint ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncIncrement ( uint aValue, uint &aResult ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncSetBinary ( byte aValueBin ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncSetBool ( bool aValueBool ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncSetInt ( int aValueInt ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncSetMultiple ( uint aValueUint, int aValueInt, bool aValueBool ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncSetString ( String aValueStr ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncSetUint ( uint aValueUint ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncShutdown ( ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncToggle ( bool aValue, bool &aResult ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncToggleBool ( ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncWriteFile ( String aData, String aFileFullName ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
Method | Description | |
---|---|---|
VarBinPropertyChanged ( ) : void | ||
VarBoolPropertyChanged ( ) : void | ||
VarIntPropertyChanged ( ) : void | ||
VarStrPropertyChanged ( ) : void | ||
VarUintPropertyChanged ( ) : void |
public BeginDecrement ( int aValue, CallbackAsyncComplete aCallback ) : void | ||
aValue | int | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginEchoAllowedRangeUint ( uint aValue, CallbackAsyncComplete aCallback ) : void | ||
aValue | uint | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginEchoAllowedValueString ( String aValue, CallbackAsyncComplete aCallback ) : void | ||
aValue | String | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginEchoBinary ( byte aValue, CallbackAsyncComplete aCallback ) : void | ||
aValue | byte | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginEchoString ( String aValue, CallbackAsyncComplete aCallback ) : void | ||
aValue | String | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginGetBinary ( 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 BeginGetBool ( 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 BeginGetInt ( 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 BeginGetMultiple ( 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 BeginGetString ( 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 BeginGetUint ( 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 BeginIncrement ( uint aValue, CallbackAsyncComplete aCallback ) : void | ||
aValue | uint | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginSetBinary ( byte aValueBin, CallbackAsyncComplete aCallback ) : void | ||
aValueBin | byte | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginSetBool ( bool aValueBool, CallbackAsyncComplete aCallback ) : void | ||
aValueBool | bool | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginSetInt ( int aValueInt, CallbackAsyncComplete aCallback ) : void | ||
aValueInt | int | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginSetMultiple ( uint aValueUint, int aValueInt, bool aValueBool, CallbackAsyncComplete aCallback ) : void | ||
aValueUint | uint | |
aValueInt | int | |
aValueBool | bool | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginSetString ( String aValueStr, CallbackAsyncComplete aCallback ) : void | ||
aValueStr | String | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginSetUint ( uint aValueUint, CallbackAsyncComplete aCallback ) : void | ||
aValueUint | uint | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginShutdown ( 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 BeginToggle ( bool aValue, CallbackAsyncComplete aCallback ) : void | ||
aValue | bool | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginToggleBool ( 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 BeginWriteFile ( String aData, String aFileFullName, CallbackAsyncComplete aCallback ) : void | ||
aData | String | |
aFileFullName | String | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public CpProxyOpenhomeOrgTestBasic1 ( ICpDevice aDevice ) : System | ||
aDevice | ICpDevice | The device to use |
return | System |
public EndDecrement ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aResult | int | |
return | void |
public EndEchoAllowedRangeUint ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aResult | uint | |
return | void |
public EndEchoAllowedValueString ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aResult | String | |
return | void |
public EndEchoBinary ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aResult | byte | |
return | void |
public EndEchoString ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aResult | String | |
return | void |
public EndGetBinary ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aValueBin | byte | |
return | void |
public EndGetBool ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aValueBool | bool | |
return | void |
public EndGetInt ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aValueInt | int | |
return | void |
public EndGetMultiple ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aValueUint | uint | |
aValueInt | int | |
aValueBool | bool | |
return | void |
public EndGetString ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aValueStr | String | |
return | void |
public EndGetUint ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aValueUint | uint | |
return | void |
public EndIncrement ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aResult | uint | |
return | void |
public EndSetBinary ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
return | void |
public EndSetBool ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
return | void |
public EndSetInt ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
return | void |
public EndSetMultiple ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
return | void |
public EndSetString ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
return | void |
public EndSetUint ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
return | void |
public EndShutdown ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
return | void |
public EndToggle ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aResult | bool | |
return | void |
public EndToggleBool ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
return | void |
public EndWriteFile ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
return | void |
public SetPropertyVarBinChanged ( System aVarBinChanged ) : void | ||
aVarBinChanged | System | The delegate to run when the state variable changes |
return | void |
public SetPropertyVarBoolChanged ( System aVarBoolChanged ) : void | ||
aVarBoolChanged | System | The delegate to run when the state variable changes |
return | void |
public SetPropertyVarIntChanged ( System aVarIntChanged ) : void | ||
aVarIntChanged | System | The delegate to run when the state variable changes |
return | void |
public SetPropertyVarStrChanged ( System aVarStrChanged ) : void | ||
aVarStrChanged | System | The delegate to run when the state variable changes |
return | void |
public SetPropertyVarUintChanged ( System aVarUintChanged ) : void | ||
aVarUintChanged | System | The delegate to run when the state variable changes |
return | void |
public SyncDecrement ( int aValue, int &aResult ) : void | ||
aValue | int | |
aResult | int | |
return | void |
public SyncEchoAllowedRangeUint ( uint aValue, uint &aResult ) : void | ||
aValue | uint | |
aResult | uint | |
return | void |
public SyncEchoAllowedValueString ( String aValue, String &aResult ) : void | ||
aValue | String | |
aResult | String | |
return | void |
public SyncEchoBinary ( byte aValue, byte &aResult ) : void | ||
aValue | byte | |
aResult | byte | |
return | void |
public SyncEchoString ( String aValue, String &aResult ) : void | ||
aValue | String | |
aResult | String | |
return | void |
public SyncGetBinary ( byte &aValueBin ) : void | ||
aValueBin | byte | |
return | void |
public SyncGetBool ( bool &aValueBool ) : void | ||
aValueBool | bool | |
return | void |
public SyncGetMultiple ( uint &aValueUint, int &aValueInt, bool &aValueBool ) : void | ||
aValueUint | uint | |
aValueInt | int | |
aValueBool | bool | |
return | void |
public SyncGetString ( String &aValueStr ) : void | ||
aValueStr | String | |
return | void |
public SyncGetUint ( uint &aValueUint ) : void | ||
aValueUint | uint | |
return | void |
public SyncIncrement ( uint aValue, uint &aResult ) : void | ||
aValue | uint | |
aResult | uint | |
return | void |
public SyncSetBinary ( byte aValueBin ) : void | ||
aValueBin | byte | |
return | void |
public SyncSetBool ( bool aValueBool ) : void | ||
aValueBool | bool | |
return | void |
public SyncSetMultiple ( uint aValueUint, int aValueInt, bool aValueBool ) : void | ||
aValueUint | uint | |
aValueInt | int | |
aValueBool | bool | |
return | void |
public SyncSetString ( String aValueStr ) : void | ||
aValueStr | String | |
return | void |
public SyncSetUint ( uint aValueUint ) : void | ||
aValueUint | uint | |
return | void |
public SyncToggle ( bool aValue, bool &aResult ) : void | ||
aValue | bool | |
aResult | bool | |
return | void |
public SyncWriteFile ( String aData, String aFileFullName ) : void | ||
aData | String | |
aFileFullName | String | |
return | void |