TypeOfService
inline class TypeOfService
An inline class to hold a IP ToS value
Constructors
TypeOfService(value: Int) Creates ToS by integer value discarding extra high bits TypeOfService(value: <ERROR CLASS>) An inline class to hold a IP ToS value |
Properties
val intValue: Int Integer representation of this ToS |
|
val value: <ERROR CLASS> an unsigned byte IP_TOS value |
Companion Object Properties
val IPTOS_LOWCOST: TypeOfService |
|
val IPTOS_LOWDELAY: TypeOfService |
|
val IPTOS_RELIABILITY: TypeOfService |
|
val IPTOS_THROUGHPUT: TypeOfService |
|
val UNDEFINED: TypeOfService |