connect-sdk / de.proglove.sdk.commands / IPgCommandData
IPgCommandData
interface IPgCommandData<T>
This interface provides convenience function to wrap commandData into a PgCommand.
Functions
| Name | Summary |
|---|---|
| toCommand | Wraps this commandData in a PgCommand.open fun toCommand(params:PgCommandParams):PgCommand<T>open fun toCommand():PgCommand<T> |
Inheritors
| Name | Summary |
|---|---|
| PgImageConfig | Contains configuration parameters for an imagedata class PgImageConfig :IPgCommandData<PgImageConfig> |
| PgPredefinedFeedback | Some predefined FeedbackSequences that can be triggered on the Markenum class PgPredefinedFeedback :IPgCommandData<PgPredefinedFeedback> |
| PgScreenData | This object holds the data for updating a screen on a ProGlove display device.data class PgScreenData :IPgCommandData<PgScreenData> |