Client
class Client( lifetime: Lifetime, val scheduler: IScheduler, port: Int, optId: String? = null, hostAddress: InetAddress = InetAddress.getLoopbackAddress()) : SocketWire.Base
Content copied to clipboard
Constructors
Link copied to clipboard
fun Client( lifetime: Lifetime, scheduler: IScheduler, port: Int, optId: String? = null, hostAddress: InetAddress = InetAddress.getLoopbackAddress())
Content copied to clipboard
Functions
Link copied to clipboard
Adds a entity for receiving updated values of the object with the given IRdWireable.rdid. The handler is removed when the given lifetime is terminated.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard