pj_qos_params class final

QoS parameters to be set or retrieved to/from the socket.

Inheritance
Implemented types
Available extensions

Constructors

pj_qos_params()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
dscp_val int
< The 6 bits DSCP value to set
getter/setter pair
flags int
< Determines which values to set, bitmask of pj_qos_flag
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
so_prio int
< SO_PRIORITY value
getter/setter pair
wmm_prio int
< WMM priority value
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited