PacketTable.append

void append(T)(const T[] data)

Appends packets to the packet table.

Parameters

dataArray of packets to append

Throws

HDF5Exception if appending fails or if the packet table is invalid.
void append(T)(const ref T packet)

Appends a single packet to the packet table.

Parameters

packetThe packet to append

Throws

HDF5Exception if appending fails or if the packet table is invalid.