wg_peer class final

Inheritance
Implemented types
Available extensions

Constructors

wg_peer.new()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
endpoint wg_endpoint
getter/setter pair
first_allowedip Pointer<wg_allowedip>
getter/setter pair
flags int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
last_allowedip Pointer<wg_allowedip>
getter/setter pair
last_handshake_time timespec64
getter/setter pair
next_peer Pointer<wg_peer>
getter/setter pair
persistent_keepalive_interval int
getter/setter pair
preshared_key Array<Uint8>
getter/setter pair
public_key Array<Uint8>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
rx_bytes int
getter/setter pair
tx_bytes int
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