Skip to content

Index

connect-sdk / de.proglove.sdk.commands

Package de.proglove.sdk.commands

Types

Name Summary
IPgCommandData This interface provides convenience function to wrap commandData into a PgCommand.interface IPgCommandData<T>
PgCommand A PgCommand is used to send a command to a connected device through PgConnect. Note: All commandData that was also available before sdk version 1.1.0 implement the IPgCommandData interface. This interface provides the IPgCommandData.toCommand method to wrap the commandData in a PgCommand with the same functionality.data class PgCommand<T>
PgCommandParams Holder for parameter that affect the execution of commands. For example the queueing behaviour.data class PgCommandParams