DccConfigStub

interface DccConfigStub : StatefulSyncableStub

Functions

Link copied to clipboard
abstract fun fromVariantMap(properties: QVariantMap)
Link copied to clipboard
open override fun requestUpdate(properties: QVariantMap)

Replaces all properties of the object with the content of the "properties" parameter. This parameter is in network representation.

Link copied to clipboard
open fun rpc(target: ProtocolSide, function: String, vararg arg: QVariant_)
Link copied to clipboard
open fun setChunkSize(chunkSize: Int)
Link copied to clipboard
open fun setDccEnabled(enabled: Boolean)
Link copied to clipboard
open fun setIpDetectionMode(ipDetectionMode: DccIpDetectionMode)
Link copied to clipboard
open fun setMaxPort(port: UShort)
Link copied to clipboard
open fun setMinPort(port: UShort)
Link copied to clipboard
open fun setOutgoingIp(outgoingIp: InetAddress)
Link copied to clipboard
open fun setPortSelectionMode(portSelectionMode: DccPortSelectionMode)
Link copied to clipboard
open fun setSendTimeout(timeout: Int)
Link copied to clipboard
open fun setUseFastSend(use: Boolean)
Link copied to clipboard
open fun setUsePassiveDcc(use: Boolean)
Link copied to clipboard
open fun sync(target: ProtocolSide, function: String, vararg arg: QVariant_)
Link copied to clipboard
abstract fun toVariantMap(): QVariantMap
Link copied to clipboard
open override fun update(properties: QVariantMap)

Replaces all properties of the object with the content of the "properties" parameter. This parameter is in network representation.

Properties

Link copied to clipboard
abstract val className: String
Link copied to clipboard
abstract var initialized: Boolean
Link copied to clipboard
abstract val objectName: String
Link copied to clipboard
abstract val session: Session?

Inheritors

Link copied to clipboard