NwConnectionId

value class NwConnectionId(val value: String)

A locally-scoped identifier for one connection managed by NwApi — either an inbound connection accepted while listening, or an outbound connection dialled via NwApi.connect. Opaque and only meaningful to the NwApi instance that produced it.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard