PacketTable.append
void append(T)(const T[] data)Appends packets to the packet table.
Parameters
data | Array 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
packet | The packet to append |
Throws
HDF5Exception if appending fails or if the packet table is invalid.