TypeOfService

inline class TypeOfService(value: UByte)

An inline class to hold a IP ToS value

Constructors

Link copied to clipboard
fun TypeOfService(value: Int)

Creates ToS by integer value discarding extra high bits

Link copied to clipboard
fun TypeOfService(value: UByte)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val intValue: Int

Integer representation of this ToS

Link copied to clipboard
val value: UByte

an unsigned byte IP_TOS value