PhyInUse

data class PhyInUse(val txPhy: Phy, val rxPhy: Phy)

A class that holds the PHYs in use for a connection.

Constructors

Link copied to clipboard
constructor(txPhy: Phy, rxPhy: Phy)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val rxPhy: Phy

The receiver PHY in use.

Link copied to clipboard
val txPhy: Phy

The transmitter PHY in use.

Functions

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