RadioSessionContext

data class RadioSessionContext(val generation: Long, val address: String)(source)

Immutable identity of the transport session that admitted an inbound radio frame.

Constructors

Link copied to clipboard
constructor(generation: Long, address: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String

Prevent accidental disclosure of the real transport address in diagnostic interpolation.