PacketTable.move

PacketTable move(ref PacketTable other)

Moves ownership from another PacketTable instance.

The source PacketTable will be invalidated after this operation.

Parameters

otherThe PacketTable to move from

Returns

A new PacketTable instance with the moved handle.