Class DataObjectBool

Class Hierarchy

Provides functions to the host, set, and get values of the given type.

Inherits properties and message types from DataObjectBoolMetadata.

Synopsis

Methods
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

DataObjectBool.DataObjectBool:create(objectName, value)

Creates an instance of DataObjectBool.

Parameters
objectName (string)

The name of the object.

value (bool)

Initial value of the object.

DataObjectBool.DataObjectBool:setValue(value)

Sets the value of this data object.

Parameters
value (bool)

The value to set.

DataObjectBool.DataObjectBool:getValue()

Retrieves the value that is represented by this data object.

Return Values
(bool)