Add the given frame to the transmit queue of this device. A client to this interface should use methods in Frame to checks for errors and wait for the actual transmission. After the frame has actually been transmitted by the device, the Frame.notifyTransmission method must be called.
@param packet The network packet to transmit. No linklayer header hasbeen added yet.
@param destination The destination address, or null for a broadcast.
@throws NetworkException
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.