Class Constructors: •(class cannot be instantiated by the script)
Class methods: •add_gauge(), add updatable progress bar •add_text(), add updatable text •clear(), clear content •cmdline(), display command line text •error(), display error text •extra_ignored(), message extra content ignored •information(), display informational text •nack_error(), displays BCC/31 protocol error •set_gauge(), set updatable progress bar •set_text(), set updateable element text •text(), displays text •warning(), displays warning text |
The shell::content class implements the functionality of interfacing with the content of the RDE command shell. The class cannot be extended (final). |