Class DataObjectReal

Class Hierarchy

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

Inherits properties and message types from DataObjectRealMetadata.

Synopsis

Methods
create()

Creates an instance of DataObjectReal

setValue()

Sets the value of this data object

getValue()

Retrieves the value that is represented by this data object

DataObjectReal.DataObjectReal:create(objectName, value)

Creates an instance of DataObjectReal.

Parameters
objectName (string)

The name of the object.

value (number)

Initial value of the object.

DataObjectReal.DataObjectReal:setValue(value)

Sets the value of this data object.

Parameters
value (number)

The value to set.

DataObjectReal.DataObjectReal:getValue()

Retrieves the value that is represented by this data object.

Return Values
(number)