Rpc

data class Rpc(slotName: String, params: QVariantList) : SignalProxyMessage

RPC message, representing an RPC call on the global client object

Constructors

Link copied to clipboard
fun Rpc(slotName: String, params: QVariantList)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val params: QVariantList

Parameters to the function call

Link copied to clipboard
val slotName: String

Name of the function/slot to be called on the object