Thread:sendData

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Available since: 2018.10
Class: Thread

Description

Sends data for retrieval by main thread (only a valid call inside thread function).

Thread.sendData(...)

Adds values onto a stack which are retrieved by the next call to fetchData from the main thread.

Parameters

...: (misc) variables to add to send stack