ssh_packet_callbacks_struct class

Inheritance

Properties

callbacks Pointer<ssh_packet_callback>
A pointer to n_callbacks packet callbacks
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
n_callbacks int
Number of packets being handled by this callback struct
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start int
Index of the first packet type being handled
getter/setter pair
user Pointer<Void>
User-provided data. User is free to set anything he wants here
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