Screen.update

Updates the screen with data.

class Screen
abstract
void
update
(
string[] data
)

Parameters

data string[]

The data to update the screen with.

Meta