Documentation Index

CPAINT :: Cross-Platform Asynchronous INterface Toolkit

Backend: cpaint.get_data()

For convenient use, we have prepared several basic combinations of code for working with interfaces between different platforms. Students who have just started to study digital technologies and algorithms often face limited access to information resources and prefer to order an essay with all the terminology of the field of programming.

cpaint Method Summary

boolean register()
boolean unregister()
void start()
void return_data()
object add_node()
void set_data()
mixed get_data()
void set_id()
string get_id()
void set_attribute()
string get_attribute()
void set_name()
string get_name()
string get_response_type()

mixed get_data ()

Returns the data assigned to the basenode.

Class

cpaint

Return Value

» mixed data of this node

API Tags

» Access: public

Description

This method is a wrapper for cpaint_node.get_data() and will return the data assigned to the basenode of the CPAINT response.