Dsl

class Dsl

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@get:JvmName(name = "getLocalAddress")
@set:JvmName(name = "setLocalAddress")
var localAddress: String

string local_address = 2;

Link copied to clipboard
@get:JvmName(name = "getLocalPort")
@set:JvmName(name = "setLocalPort")
var localPort: Int

uint32 local_port = 4;

Link copied to clipboard
@get:JvmName(name = "getRemoteAddress")
@set:JvmName(name = "setRemoteAddress")
var remoteAddress: String

string remote_address = 1;

Link copied to clipboard
@get:JvmName(name = "getRemotePort")
@set:JvmName(name = "setRemotePort")
var remotePort: Int

uint32 remote_port = 3;

Functions

Link copied to clipboard

string local_address = 2;

Link copied to clipboard

uint32 local_port = 4;

Link copied to clipboard

string remote_address = 1;

Link copied to clipboard

uint32 remote_port = 3;