inline class TypeOfService
An inline class to hold a IP ToS value
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 |
val intValue: Int
Integer representation of this ToS |
|
val value: <ERROR CLASS>
an unsigned byte IP_TOS value |
val IPTOS_LOWCOST: TypeOfService |
|
val IPTOS_LOWDELAY: TypeOfService |
|
val IPTOS_RELIABILITY: TypeOfService |
|
val IPTOS_THROUGHPUT: TypeOfService |
|
val UNDEFINED: TypeOfService |