pjsip_tx_data_op_key class final

Customized ioqueue async operation key, used by transport to keep callback parameters.

Inheritance
Implemented types
Available extensions

Constructors

pjsip_tx_data_op_key()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
callback Pointer<NativeFunction<Void Function(Pointer<pjsip_transport>, Pointer<Void>, pj_ssize_t)>>
Callback to be called when pending transmit operation has completed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key pj_ioqueue_op_key_t
ioqueue pending operation key.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tdata Pointer<pjsip_tx_data>
Transmit data associated with this key.
getter/setter pair
token Pointer<Void>
Arbitrary token (attached by transport)
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