UnnamedStruct5 class final

pkt_info is initialized by transport when it receives an incoming packet.

Inheritance
Implemented types
Available extensions

Constructors

UnnamedStruct5()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
hashCode int
The hash code for this object.
no setterinherited
len int
The length of the packet received.
getter/setter pair
packet Array<Char>
Pointer to the original packet.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src_addr pj_sockaddr
The source address from which the packet was received.
getter/setter pair
src_addr_len int
The length of the source address.
getter/setter pair
src_name Array<Char>
The IP source address string (NULL terminated).
getter/setter pair
src_port int
The IP source port number.
getter/setter pair
timestamp pj_time_val
Time when the message was received.
getter/setter pair
zero int
Zero termination for the packet.
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