connect-sdk / de.proglove.sdk / PgManager / setScreen
setScreen
fun setScreen(data:
PgScreenData
, callback:
IPgSetScreenCallback
):
Unit
Sets a screen on the connected display device
Parameters
data
- the template and data inputs for the setScreen Command
callback
- Will be called back if the screen was successfully set, or with an errorfun setScreen(command:
PgCommand
<
PgScreenData
>, callback:
IPgSetScreenCallback
):
Unit
Sets a screen on the connected display device
Parameters
command
- Holding the PgScreenData and optional de.proglove.sdk.commands.PgCommandParams
callback
- Will be called back if the screen was successfully set, or with an error