Method | Description | |
---|---|---|
PropertyUint ( |
Constructor suitable for use by clients of the device stack
|
|
PropertyUint ( String aName, System aValueChanged ) : System |
Constructor suitable for use by clients of the control point stack
|
|
SetValue ( uint aValue ) : bool |
Set the value of the property
|
|
Value ( ) : uint |
Query the value of the property
|
Method | Description | |
---|---|---|
ServicePropertyCreateUintCp ( |
||
ServicePropertyCreateUintDv ( |
||
ServicePropertySetValueUint ( |
||
ServicePropertyValueUint ( |
public PropertyUint ( |
||
aParameter | Parameter defining the name and any value bounds for the property. | |
aOwnsNativeProperty | bool | Whether the managed property owns the underlying native property. |
return | System |
public PropertyUint ( String aName, System aValueChanged ) : System | ||
aName | String | Property name |
aValueChanged | System | Action to run when the property's value changes |
return | System |
public SetValue ( uint aValue ) : bool | ||
aValue | uint | New value for the property |
return | bool |