Method | Description | |
---|---|---|
PropertyInt ( |
Constructor suitable for use by clients of the device stack
|
|
PropertyInt ( String aName, System aValueChanged ) : System |
Constructor suitable for use by clients of the control point stack
|
|
SetValue ( int aValue ) : bool |
Set the value of the property
|
|
Value ( ) : int |
Query the value of the property
|
Method | Description | |
---|---|---|
ServicePropertyCreateIntCp ( |
||
ServicePropertyCreateIntDv ( |
||
ServicePropertySetValueInt ( |
||
ServicePropertyValueInt ( |
public PropertyInt ( |
||
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 PropertyInt ( String aName, System aValueChanged ) : System | ||
aName | String | Property name |
aValueChanged | System | Action to run when the property's value changes |
return | System |
public SetValue ( int aValue ) : bool | ||
aValue | int | New value for the property |
return | bool |