Dsl

class Dsl

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class ProtocolProxy : DslProxy

An uninstantiable, behaviorless type to represent the field in generics.

Properties

Link copied to clipboard
@get:JvmName(name = "getAddressCase")
val addressCase: Port.AddressCase
Link copied to clipboard
@get:JvmName(name = "getNumber")
@set:JvmName(name = "setNumber")
var number: Int

uint32 number = 2;

Link copied to clipboard

repeated .elide.net.Layer4Protocol protocol = 3;

Link copied to clipboard
@get:JvmName(name = "getTarget")
@set:JvmName(name = "setTarget")
var target: Int

uint32 target = 4;

Link copied to clipboard
@get:JvmName(name = "getWellKnown")
@set:JvmName(name = "setWellKnown")
var wellKnown: WellKnownPort

.elide.net.WellKnownPort well_known = 1;

Link copied to clipboard
@get:JvmName(name = "getWellKnownValue")
@set:JvmName(name = "setWellKnownValue")
var wellKnownValue: Int

Functions

Link copied to clipboard
@JvmName(name = "addProtocol")
fun DslList<Layer4Protocol, PortKt.Dsl.ProtocolProxy>.add(value: Layer4Protocol)

repeated .elide.net.Layer4Protocol protocol = 3;

Link copied to clipboard
@JvmName(name = "addAllProtocol")
fun DslList<Layer4Protocol, PortKt.Dsl.ProtocolProxy>.addAll(values: Iterable<Layer4Protocol>)

repeated .elide.net.Layer4Protocol protocol = 3;

Link copied to clipboard
@JvmName(name = "clearProtocol")
fun DslList<Layer4Protocol, PortKt.Dsl.ProtocolProxy>.clear()

repeated .elide.net.Layer4Protocol protocol = 3;

Link copied to clipboard
Link copied to clipboard

uint32 number = 2;

Link copied to clipboard

uint32 target = 4;

Link copied to clipboard

.elide.net.WellKnownPort well_known = 1;

Link copied to clipboard

uint32 number = 2;

Link copied to clipboard

.elide.net.WellKnownPort well_known = 1;

Link copied to clipboard
@JvmName(name = "plusAssignAllProtocol")
inline operator fun DslList<Layer4Protocol, PortKt.Dsl.ProtocolProxy>.plusAssign(values: Iterable<Layer4Protocol>)
@JvmName(name = "plusAssignProtocol")
inline operator fun DslList<Layer4Protocol, PortKt.Dsl.ProtocolProxy>.plusAssign(value: Layer4Protocol)

repeated .elide.net.Layer4Protocol protocol = 3;

Link copied to clipboard
@JvmName(name = "setProtocol")
operator fun DslList<Layer4Protocol, PortKt.Dsl.ProtocolProxy>.set(index: Int, value: Layer4Protocol)

repeated .elide.net.Layer4Protocol protocol = 3;