Transmit data from multiple buffers over EMAC in single Ethernet frame. Data will be joint into single frame in order in which the buffers are stored in input array. @pre @p lengths array must have the same size as @p buffs array and their elements need to be stored in the same order, i.e. lengths[1] is a length associated with data buffer referenced at buffs[1] position.