- 浏览: 745 次
- 性别:
最新评论
文章列表
public interface ormLibInterface extends Library {
ormLibInterface Instance = (ormLibInterface)Native.loadLibrary("MOmrCom", ormLibInterface.class);
int OmrS(String s); //发送
int OmrG(byte[] s); //接收
}
public ormLibInterface instance = ormLibInterf ...