UniPRT SDK  v1.0.0.0
DisplayStatusNotice Interface Reference

Delegate function signature type for setting the callback for front panel change notice. More...

Public Member Functions

void handle (String[] displayLines)
 

Detailed Description

Delegate function signature type for setting the callback for front panel change notice.

The displayLines passed in is a string array with each entry representing a text line on display.
e.g. displayLines[0] = 1st text line on display, displayLines[1] = 2nd text line on display