AFXTarget

This class is the base class for all target objects.


AFXTarget()

Constructor.


connect(value)

Associates the data with a string variable.

ArgumentTypeDefaultDescription
valueString Variable to be associated with.


connect(value)

Associates the data with a floating-point variable.

ArgumentTypeDefaultDescription
valueFloat Variable to be associated with.


connect(value)

Associates the data with an integer variable.

ArgumentTypeDefaultDescription
valueInt Variable to be associated with.


getType()

Returns the target type.


Class flags

Message ID's.

ID_LAST

Last ID.

Flags for the type of target.

UNSPECIFIED

Unspecified.

INT

Integer.

FLOAT

Float.

STRING

String.