Skip to content
Tom Barbette edited this page May 7, 2020 · 1 revision

MoveData Element Documentation

NAME

MoveData — Click element; changes packet data

SYNOPSIS

MoveData(DST_OFFSET, SRC_OFFSET, LENGTH, [GROW])

Batching: Batching natively supported
Ports: 1 input, 1 output
Processing: agnostic

DESCRIPTION

Will copy LENGTH bytes from SRC to DST. If grow and there is not enough room for DST+LENGTH, packet will be expanded. If not grow, copy will not be done.

Generated by click-elem2man from ../elements/standard/movedata.hh:7 on 2020/05/07.

Clone this wiki locally