Method | Description | |
---|---|---|
PropertyBool ( |
Constructor suitable for use by clients of the device stack
|
|
PropertyBool ( String aName, System aValueChanged ) : System |
Constructor suitable for use by clients of the control point stack
|
|
SetValue ( bool aValue ) : bool |
Set the value of the property
|
|
Value ( ) : bool |
Query the value of the property
|
Method | Description | |
---|---|---|
ServicePropertyCreateBoolCp ( |
||
ServicePropertyCreateBoolDv ( |
||
ServicePropertySetValueBool ( |
||
ServicePropertyValueBool ( |
public PropertyBool ( |
||
aParameter | Parameter defining the name for the property. | |
aOwnsNativeProperty | bool | Whether the managed property owns the underlying native property. |
return | System |
public PropertyBool ( String aName, System aValueChanged ) : System | ||
aName | String | Property name |
aValueChanged | System | Action to run when the property's value changes |
return | System |
public SetValue ( bool aValue ) : bool | ||
aValue | bool | New value for the property |
return | bool |