view src/wifibroadcast/WifiReciver.java @ 0:df9d16620c08

Wifi broad cast test program
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 28 Jul 2012 12:16:49 +0900
parents
children
line wrap: on
line source

package wifibroadcast;

import java.io.IOException;
import java.nio.ByteBuffer;

public interface WifiReciver {

	void recieve(ByteBuffer testData, long timeout) throws IOException;

}