DataObjectBool
¶
Provides functions to the host, set, and get values of the given type.
Inherits properties and message types from DataObjectBoolMetadata.
| create() | Creates an instance of DataObjectBool |
| setValue() | Sets the value of this data object |
| getValue() | Retrieves the value that is represented by this data object |
Creates an instance of DataObjectBool.
| objectName | (string) | The name of the object. |
| value | (bool) | Initial value of the object. |
Sets the value of this data object.
| value | (bool) | The value to set. |
Retrieves the value that is represented by this data object.
| (bool) |